Skip to content

Commit

Permalink
docs: update commit message format for releases
Browse files Browse the repository at this point in the history
Signed-off-by: Marvin Beckers <mail@embik.me>
  • Loading branch information
embik committed May 15, 2024
1 parent c3ebc71 commit 39da1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To cut a new release, do the following steps:

1. Bump `version` in [Cargo.toml](./Cargo.toml) to the next version.
1. Run `cargo check` so Cargo.lock gets updated.
1. Commit changes and commit as `cargo: bump to version <version>`.
1. Commit changes and commit as `build(cargo): bump to version <version>`.
1. Run `cargo release --sign-tag --sign-commit` to check if release is functional.
1. Run `cargo release --sign-tag --sign-commit --execute` to push release to crates.io and GitHub.
1. Go to [Tags](https://github.com/embik/kubeconfig-bikeshed/tags) and create release from it.

0 comments on commit 39da1bc

Please sign in to comment.