action-update-semver
action-update-semver copied to clipboard
Question on usage with other GHA
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
.
Is that possible? if so... how?
Thanks a lot in advance
My test repo: https://github.com/iranzo/test/tags