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

Do not abort changelog update in the release process #49

Open
joshuacurtiss opened this issue Aug 25, 2022 · 0 comments
Open

Do not abort changelog update in the release process #49

joshuacurtiss opened this issue Aug 25, 2022 · 0 comments

Comments

@joshuacurtiss
Copy link

Problem

Currently, the release process will abort if all the identified commits are of types that do not generate changelog entries (such as "chore", "build", or "docs"). This prevents us from adding a changelog entry for version bumps that consist only of internal/documentation changes.

Suggested change

When the release script detects that no changelog entries were generated, add a line to the changelog content that says something like:

This release contains only documentation or internal changes.

Then, proceed with applying the changelog entry for the release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant