Skip to content

Latest commit

 

History

History
65 lines (37 loc) · 1.32 KB

RELEASE-NOTES-v2.0.0.md

File metadata and controls

65 lines (37 loc) · 1.32 KB

RELEASE NOTES

🚀 Release 2.0.0

2021-10-31

Changes

⚠️ Some configuration properties are deprecated in this release.


⚡ Customize labels

2021-10-31

Changes

Label management has improved using a configuration object

labels:
  include:
    - release-note/use
  ignore:
    - released
    - release-note/published
  end:
    - release-note/published

⚠️ useLast attribute is deprecated.

By default RNG will include all Pull Request in latest published release If you set snapshot: true all Pull Request since latest release will be used.

Issues

Close #85

🐛 Stop gen pipe if no PRs found

2021-10-31

Changes

If no pull requests are found in generation process we will not generate release notes markdown.

This way we are not replacing old release-notes with an empty string

Issues

Close #83