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

test(getNextReleaseType): add tests for false breaking changes #67

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kettanaito
Copy link
Member

@kettanaito kettanaito commented Sep 13, 2023

This library has produced a number of false breaking changes in the past:

  • 0caf7ab, which triggered a major version bump while it shouldn't).
  • mswjs/headers-polyfill@dd0b624, where it should've triggered a major bump but didn't (admittedly, my mistake; should be BREAKING CHANGE: with the semicolon).

This PR improves this behavior.

It would be great to have a manual approval on any potential breaking change release from the developer. It seems that GitHub Actions don't support manual approvals amidst workflows. That's a shame.

There are some alternatives, like https://github.com/marketplace/actions/manual-workflow-approval, but they introduce significantly different release workflow than I'd prefer (no PRs/issues/etc).

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

Successfully merging this pull request may close these issues.

1 participant