Skip to content

Releases: RibirX/rclog

v0.1.2

08 Jan 13:16
Compare
Choose a tag to compare

Infrastructure

  • 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)