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 am using the Maven plugin, need to generate semantic-version, but I also need to skip this goal once I already have the version generated so that it does not execute anymore on further builds, have tried with skip tag set to true but it only skips the changelog generation goal, so I tried to separate goals in two different executions but found out that the semantic-version execution does not allow tag, is there a way to also skip the semantic-version generation?
I am using the Maven plugin, need to generate semantic-version, but I also need to skip this goal once I already have the version generated so that it does not execute anymore on further builds, have tried with skip tag set to true but it only skips the changelog generation goal, so I tried to separate goals in two different executions but found out that the semantic-version execution does not allow tag, is there a way to also skip the semantic-version generation?
My plugin config atm:
The text was updated successfully, but these errors were encountered: