Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Dec 10:48
6cbebbf

Breaking Changes 💥

  • #85 Wrong type used in chapters definition in #122
    • Changed the format of the input from JSON string to YAML array.

New Features 🎉

  • #87 Previous release tag check orders by date and #119 Add ability to define RLS from which to detect changes in #121
    • Implemented new input to define" from tag."
    • Newly user can control the point (tag) for Release Notes generation from.
  • #120 Change latest tag selection from time to semantic in #124
    • Replaced time ordering by semantic one when no "from tag" defined.

Bugfixes 🛠

  • #117 Already releases issue are returned from GitHub API in #118
    • Added new filtration logic for received issues from GH API. These issues should have been already filtered, but there was an error.

Infrastructure ⚙️

  • #58 Design PR template proposal in #123
    • Implemented a new template for Pull requests.

Full Changelog

v0.5.0...v0.6.0