[Nx Release] NX release-publish version printing consistency #31502
roman-supy-io
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not sure if this is a Bug or a Feature Request.
Right now, if running in
--dry-run
mode, there's no actual version printed to the output, which is a bit misleading.Actual:
Expected:
It's not clear why would version and changelog steps work well in dry mode while publish step is not able to print actual versions (probably taken from the same release decision object).
This is also a bit misleading because you cannot see what version would actually be published, same as versioned or not.
Also it's not consistent across the whole pipeline compared to the version and changelog steps.
Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions