Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail release if no CHANGELOG additions have been made #192

Closed
TheAngryByrd opened this issue Feb 24, 2020 · 0 comments · Fixed by #193
Closed

Fail release if no CHANGELOG additions have been made #192

TheAngryByrd opened this issue Feb 24, 2020 · 0 comments · Fixed by #193
Labels

Comments

@TheAngryByrd
Copy link
Owner

Describe the bug

Currently if you don't use the correct CHANGELOG format with ``### changed` headers (or others) it will wipe out what you wrote and just release an empty release. See example. We should fail if there are no notes in any of the sections.

To Reproduce

  1. Add ##[unreleased] section with notes not associated with a header
  2. ./build.sh Release newVersion

Expected behavior
Fail if there are no changes in the changelog

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context

TheAngryByrd pushed a commit that referenced this issue Feb 24, 2020
This ensures we fail on release if there are no changelog changes
@TheAngryByrd TheAngryByrd mentioned this issue Feb 24, 2020
6 tasks
TheAngryByrd pushed a commit that referenced this issue Feb 24, 2020
This ensures we fail on release if there are no changelog changes
TheAngryByrd pushed a commit that referenced this issue Feb 24, 2020
This ensures we fail on release if there are no changelog changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant