Label management has improved using a configuration object
labels:
include:
- release-note/use
ignore:
- released
- release-note/published
end:
- release-note/published
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.
Close #85
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
Close #83