Skip to main content

CONTRIBUTING.md

1# CONTRIBUTING
3## Releasing a new version
51. Bump the version number in `Cargo.toml`
62. Create a new changelog entry for your version in `CHANGELOG.md`
73. Commit your change
84. Create a Git tag with your version number
95. Push your new commit and Git tag to GitHub
11GitHub Actions will then build and release a new version of the CLI tool for you.