How to npx nx release
with a --tag=next
?
#30686
Unanswered
AaronLayton
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to release a pre-release version of my packages and I can see with
npx nx publish
you can do a--tag
to ensure the packages get thenext
tag on NPM.How do you specify this with the
nx release
ci? or what is the correct setup when usingnx version
nx changelog
andnx publish
all as separate commands?Beta Was this translation helpful? Give feedback.
All reactions