-
Notifications
You must be signed in to change notification settings - Fork 76
Handle commits of type "revert" #84
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
Comments
If you have a revert commit and the reverted commit within the same release (i.e. between the last release and HEAD) semantic-release will ignore both because as they cancel each other they don't change the code therefore doesn't require a release. If you have a revert commit without the commit it revert in the release than semantic-release will do a See #78 (comment) See https://semantic-release.gitbook.io/semantic-release/support/faq#how-can-i-revert-a-release |
Closing as I imagine the previous comment answered your question. |
Here I'm having the issue with a prelease branch, is it intended ?
Am I missing something ? thanks for your help. |
Given commits: A -> B -> C -> D -> HEAD
I did:
semantic-release skipped a new release for this commit.
Is this expected behaviour? What is the correct way to revert commits and make a new release?
The text was updated successfully, but these errors were encountered: