Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Sep 09:47
· 19 commits to master since this release
eda69f4

New Features 🎉

  • #128 Allow to skip patch version in input assuming 0 in #158
    • tag and from-tag inputs can be now defined as short versions. The .0 is added automatically.
  • #147 Split mining logic in #148
    • new dataclass MinedData
    • move mining logic from generator
  • #150 refactor generation of RN in #151
    • Added filtering of issues, pull requests, and commits based on release version and date when generating release notes.
    • Introduced specialized record types for issues, pull requests, and commits.
    • Added a utility to retrieve issues linked to pull requests using the GitHub GraphQL API.
    • Added a new warning section for direct commits in release notes.
  • #152 Refactor Record call in #154
    • Release notes now include direct commits alongside issues and pull requests.
  • #155 Improve direct commit docs in #156
    • Improved docs. Added warning for warning disable.
  • Commit: 10231b4 - #153 - Extract issue from PR body
    • The PR related issues are now detected using API call and by scanning for supported GitHub keywords in PR body.

Bugfixes 🛠

  • #129 PR added to warning category despite having a registered label in #157
    • Reported error cannot be re-simulated. Origin PR was closed without merge.
    • Fixed presence of pr among returned issues list from github API.
    • Fixed skipped closed PR during filtration.
    • Now PRs are in Release Notes visible as PR not an Issues.
  • PR: #145 Fix typo in action.yml.
    • Fixed a typo in action.yml. Coderabbit summary groups are now provided to action logic.

Full Changelog

v0.7.0...v0.8.0