Allow support for {packageName} or {customName} as part of release.releaseTagPattern #28519
janwvjaarsveld
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
-
Currently the
release.releaseTagPattern
only release supports{projectName}
as a variable to make the release tag unique. In the case where you would like to have your tags follow the same@scope/package-name
as what is defined in yourpackage.json
, the only way to currently achieve this is to name yourprojectName
accordingly.Ideally I would like to be able to have a different name used in the tag pattern that what the project name is, or even use a custom field in my
project.json
and reference that variable in thenx.json
config.eg.
Please let me know if this is perhaps possible, but I cannot find anything in the documentation.
Alternatively allowing for the
releaseTagPattern
to be specified on project level, this will be possible.Beta Was this translation helpful? Give feedback.
All reactions