You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just mistakenly made a release from the wrong branch. After the tag was pushed to GitHub, our automated release machinery released the new version on GitHub and PyPI.
It would be great to have some safeguard mechanism to prevent this from happening.
Proposed solution.
It would be great to have an allowed branch pattern. Something like this:
[bumpver]
...
allowed_branch_pattern = "main" # or similar
...
The text was updated successfully, but these errors were encountered:
Use case.
I've just mistakenly made a release from the wrong branch. After the tag was pushed to GitHub, our automated release machinery released the new version on GitHub and PyPI.
It would be great to have some safeguard mechanism to prevent this from happening.
Proposed solution.
It would be great to have an allowed branch pattern. Something like this:
The text was updated successfully, but these errors were encountered: