Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Feb 20:09
· 23 commits to master since this release
cd4f7f2

New Features 🎉

New Controls

  • #13 Add control of timestamp used from latest release implemented by @miroslavpojer in #27
  • #15 Add skip label as input parameter implemented by @miroslavpojer in #32
    • Introduced a new warning chapter for closed not merged PRs.
    • Introduced a new logic for filtering out Issues and PRs using user-defined or default labels.
    • Introduced a new logic to control whether empty chapters are printed or not.
  • #23 Add input option to do not print empty chapters implemented by @miroslavpojer in #32
    • Introduced a new warning chapter for closed not merged PRs.
    • Introduced a new logic for filtering out Issues and PRs using user-defined or default labels.
    • Introduced a new logic to control whether empty chapters are printed or not.

Edge Case Solutions

  • #14 Co-authors without @ before name implemented by @miroslavpojer in #17
  • #19 Add support for more Release notes comments in one issue implemented by @miroslavpojer in #22
  • #26 Introduce idea of PR without Issue as part for user defined chapters implemented by @miroslavpojer in #37
    • Implemented logic to add PR without linked issue to custom chapters.
    • Add logic that marks duplication of records in customer-defined chapters.

New Warning Chapters

  • #20 Add new warning chapter for Merged PRs linking Opened Issues implemented by @miroslavpojer in #21
  • #24 Add new warning chapter for PRs closed without merge implemented by @miroslavpojer in #32
    • Introduced a new warning chapter for closed not merged PRs.
    • Introduced a new logic for filtering out Issues and PRs using user-defined or default labels.
    • Introduced a new logic to control whether empty chapters are printed or not.

Others

  • #16 Fix Readme.md add FAQ section implemented by @miroslavpojer in #17
  • #25 Add release workflow for generation of release notes and draft creation implemented by @miroslavpojer in #28
  • #29 Add GH workflow logic to manage Release notes in PR and Issues implemented by @miroslavpojer in #30
  • #33 Make more robust Release notes comment logic implemented by @miroslavpojer in #36
  • #34 Introduce unit tests implemented by @miroslavpojer in #35
    • Introduced unit tests.
    • Fixed bug found during test implementation - wrong work with fetched PRs. GitHub API does not support the 'since' argument.
    • Input argument 'chapters' changed to be unnecessary as the logic does not need it.
    • Fixed wrong default value for 'warnings' input argument. The correct value is true - A warning chapter will be printed.

Bugfixes 🛠

Full Changelog

0.1.1...v0.2.0