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'd like to kick off semver tags based on git branch names, as opposed to git tag names.
For example:
push
refs/heads/release/v1.2.3
1.2.3, 1.2
It doesn't seem like this is possible with type=semver since that only works on git tags. type=pattern likewise doesn't apply. type=ref,event=branch, while applying to branches, doesn't allow custom patterns.
Any help would be much appreciated!
The text was updated successfully, but these errors were encountered:
I'd like to kick off semver tags based on git branch names, as opposed to git tag names.
For example:
1.2.3
,1.2
It doesn't seem like this is possible with
type=semver
since that only works on git tags.type=pattern
likewise doesn't apply.type=ref,event=branch
, while applying to branches, doesn't allow custom patterns.Any help would be much appreciated!
The text was updated successfully, but these errors were encountered: