Releases: RibirX/rclog
Releases · RibirX/rclog
v0.1.2
Infrastructure
Features
- support extract changelog from a specific version:
rclog -t 0.1.0 -p ./CHANGELOG.md extract
- support merge changelog from multi pre-release version to the more stable version:
rclog -t 0.1.0 -p ./CHANGELOG.md merge
The initial version of the changelog management tool of Ribir. Runrclog -h
to see the usage. - Add a reusable workflow to help Rust project in Github to release version. (#1 @M-Adoo)
- Optionally, merge changelogs from all pre-release versions into the release version
- Publish a new version to crates.io.
- Extract the changelog of a specific version and create a new release note on GitHub.