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
Hi,
I'm testing a github action to automatically release based on commitizen commits, this, based on each type of fix (bugfix, etc), will increase the version number and publish a new release.
I would like for this action to also take action here and, based on the 1.0.4 tag (for example) released by the prior GHA action, to update tags for 1.0 and for 1.
Hi,
I'm testing a github action to automatically release based on commitizen commits, this, based on each type of fix (bugfix, etc), will increase the version number and publish a new release.
I would like for this action to also take action here and, based on the
1.0.4
tag (for example) released by the prior GHA action, to update tags for1.0
and for1
.Is that possible? if so... how?
Thanks a lot in advance
My test repo: https://github.com/iranzo/test/tags
The text was updated successfully, but these errors were encountered: