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
How do I need to configure my action to have this tagging when I commit on any branch but master?
Example:
Previous version is v2.2.1
I create a PR, and every commit in the PR should be tagged like this : v2.2.2-dev.0 , v2.2.2-dev.1, v2.2.2-dev.2
Then when I merge the PR to master, I have would like to have : v2.2.2
I'm almost sure this is possible, since I've seen similar stuff on reported issues, but I can find de correct way to configure the action to even add a suffix.
Thank you
The text was updated successfully, but these errors were encountered:
How do I need to configure my action to have this tagging when I commit on any branch but master?
Example:
Previous version is v2.2.1
I create a PR, and every commit in the PR should be tagged like this : v2.2.2-dev.0 , v2.2.2-dev.1, v2.2.2-dev.2
Then when I merge the PR to master, I have would like to have : v2.2.2
I'm almost sure this is possible, since I've seen similar stuff on reported issues, but I can find de correct way to configure the action to even add a suffix.
Thank you
The text was updated successfully, but these errors were encountered: