omr-bumper 0.1.3-dev

An opiniated version bumper for releases. Works for us.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# fiiiish-release-tool

## About

Does all the necessary preparation to have github build a release.

- Prepare release
	- Checks workspace/git is clean
	- Removes -dev from version, and replaces by alpha/beta/[none]
	- Update Cargo.lock `cargo update --workspace --dry-run --verbose`
	- Commmits Cargo.toml (and other files as needed)
	- Pushes to git
	- Tags the release
	- Pushes the tag
- Prepare to continue with development
	- Bumps the local version patch/minor/major
	- Commits Cargo.toml
	- Pushes to git