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 new release module in NX to tag my individual apps and use the following pattern, as suggested by the NX docs: release/{projectName}/{version}. However I cannot make the tags work for this. I tried with the following pattern:
But when running locally and after pushing the git tags to origin, I end up with 2 tags: the name of my current branch and the git SHA. The regex seems to work according to regex101 so I am a bit lost here on what to do next.
The text was updated successfully, but these errors were encountered:
I think I misunderstood how this works. I thought it would read the last tag and build the docker container with this tag as I wanted to make it part of the same build step. I changed my pipeline to have the merge event in main to auto create a tag and add a only: tag to the build pipeline and this tags properly.
Hi,
I am using the new
release
module in NX to tag my individual apps and use the following pattern, as suggested by the NX docs:release/{projectName}/{version}
. However I cannot make the tags work for this. I tried with the following pattern:But when running locally and after pushing the git tags to origin, I end up with 2 tags: the name of my current branch and the git SHA. The regex seems to work according to regex101 so I am a bit lost here on what to do next.
The text was updated successfully, but these errors were encountered: