Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

docs: correct case GitHub #1464

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/commands/bump.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ understand that the user wants to create a changelog. It is recommended to be
explicit and use `--changelog` (or the setting `update_changelog_on_bump`).

This command is useful to "transport" the newly created changelog.
It can be sent to an auditing system, or to create a Github Release.
It can be sent to an auditing system, or to create a GitHub Release.

Example:

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/github_actions.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Create a new release with Github Actions
## Create a new release with GitHub Actions

### Automatic bumping of version

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ nav:
- Auto check commits: "tutorials/auto_check.md"
- Auto prepare commit message: "tutorials/auto_prepare_commit_message.md"
- GitLab CI: "tutorials/gitlab_ci.md"
- Github Actions: "tutorials/github_actions.md"
- GitHub Actions: "tutorials/github_actions.md"
- Jenkins pipeline: "tutorials/jenkins_pipeline.md"
- Developmental releases: "tutorials/dev_releases.md"
- Monorepo support: "tutorials/monorepo_guidance.md"
Expand Down