NX Release: Ability to run nx version without tagging and then run nx version with tagging later #30254
sir-captainmorgan21
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
First sorry if this is technically functional today. I just couldn't seem to get it working.
I am trying to essentially recreate release-please form Google: https://github.com/googleapis/release-please.
In order to do so, Im looking for the following workflow
nx release
to "stage" the release via a release PR (that would be reviewed by devs and merged). Meaning, I want to bump the package.jsons and add to the CHANGELOGs. I want to do this without creating a tag or release.This doesn't seem possible atm. I tried to simulate this locally by runnning
nx release version
(which updated the files and staged them). Then I rannx release version --git-commit --git-tag
. This resulting in nothing being done.Beta Was this translation helpful? Give feedback.
All reactions