Replies: 1 comment
-
Hey @dakoellis , Regarding your Increments are always derived from the repo commit history. There is no need to include them in a tag, though there is also nothing stopping you from adding the increment to a tag, which will just be ignored by the action. |
Beta Was this translation helpful? Give feedback.
-
Is there one somewhere? I was expecting to be able to use the version_format to create a tag with an increment, but it seems the tag must be in 1.2.3 format (or with a prefix).
My goal is to be able to tag something with
version_format: "${major}.${minor}.${patch}-${increment)"
and have that go through to be able to1, avoid force pushing tags, and
2, be able to track a version through multiple envs and not just at release time.
Is this possible using this action? did I miss some option somewhere?
Beta Was this translation helpful? Give feedback.
All reactions