Skip to content

Commit

Permalink
fix cargo option;
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat committed Aug 4, 2021
1 parent 30d1543 commit 5a33909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ When we're ready to release, a project owner should do the following:

- Create(checkout) a release branch (naming convention `release/vX-Y-Z`);
- install or update "cargo release" (via `cargo install cargo-release`);
- `cargo release minor -no-dev-version -vv --dry-run` if you intend to bump a minor version
- `cargo release minor --no-dev-version -vv --dry-run` if you intend to bump a minor version
or change `minor` to `major` to bump a major version, `patch` to bump a patch/hotfix version
- check the output and run it without `--dry-run` to actually execute it(make sure that you have api token from `crates.io`, otherwise run `cargo login` first);
- Merge release branch into develop
Expand Down

0 comments on commit 5a33909

Please sign in to comment.