Skip to content

Commit

Permalink
docs: README.md: replace xtask usage with the update-versions.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
istankovic committed Oct 22, 2024
1 parent e9e72d8 commit 866da6e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,12 +223,11 @@ The versioning scheme used is [SemVer AKA Semantic Versioning](https://semver.or
### Making a new release

1. Make a branch based on `main` to prepare for release (`git checkout -b prepare-release/X.Y.Z`)
1. Run `cargo xtask release bump [major|minor|patch|rc|pre] --dry-run`, check if it's the expected result
1. If all seems fine, re-run the previous command without the `--dry-run` argument.
This will bump the versions of:
1. Run `sh scripts/update-versions.sh X.Y.Z` to update the versions of
- all workspace member crates
- `package.json`
- `crypto-ffi/bindings/gradle.properties`
Make sure the result of the script run is correct.
1. Generate the relevant changelog section:
```bash
git cliff --bump --unreleased
Expand Down

0 comments on commit 866da6e

Please sign in to comment.