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
and everything works expect the pushing. This is because the action tries to push to master, but I'm using main. Sadly I can't hard-code it, because I'm listening to multiple branches (for pre-release branches)
While testing I've noticed it generates for a (beta) pre-release the following version 1.1.0b0 but it should be 1.1.0-beta(.0) instead (see semver rules)
In their example for which version is lower and higher, they have the following Example: 1.0.0-alpha < 1.0.0-alpha.1 < 1.0.0-alpha.beta < 1.0.0-beta < 1.0.0-beta.2 < 1.0.0-beta.11 < 1.0.0-rc.1 < 1.0.0.
I hope it's okay, that I've not split this issue in two, that's why I've created checkboxes.
The text was updated successfully, but these errors were encountered:
Short update: I was right and this is due to commitizen itself and also found the (open) issue commitizen-tools/commitizen#150 so this can be ignored in this issue.
Hey! I noticed two bugs while setting up this action and testing it.
fatal: couldn't find remote ref master
and everything works expect the pushing. This is because the action tries to push to
master
, but I'm usingmain
. Sadly I can't hard-code it, because I'm listening to multiple branches (for pre-release branches)1.1.0b0
but it should be1.1.0-beta(.0)
instead (see semver rules)In their example for which version is lower and higher, they have the following Example: 1.0.0-alpha < 1.0.0-alpha.1 < 1.0.0-alpha.beta < 1.0.0-beta < 1.0.0-beta.2 < 1.0.0-beta.11 < 1.0.0-rc.1 < 1.0.0.
I hope it's okay, that I've not split this issue in two, that's why I've created checkboxes.
The text was updated successfully, but these errors were encountered: