You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add github actions to manage rclog release(#1@M-Adoo)
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. Run rclog -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.
Fixed
Return error when the changelog content is empty. (#1@M-Adoo)
Fix merge a non-exist version may delete the pre-release version. (#1@M-Adoo)