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
There are no logs. Only the error. There is zero documentation around about release groups. there is a single mentioing of it in the publishable docs but no real description or information around what it is/how they work/how to configure.
https://nx.dev/recipes/nx-release/get-started-with-nx-release#customize-the-commit-message-and-tag-pattern
"When using release groups in which the member projects are versioned together, you can also leverage {releaseGroupName} and it will be interpolated appropriately in the commit/tag that gets created for that release group."
Package Manager Version
No response
Operating System
macOS
Linux
Windows
Other (Please specify)
Additional Information
No response
The text was updated successfully, but these errors were encountered:
It looks like when you generate a new lib with --publishable, a new package is installed (verdaccio) and a new project.json file is created. I assume verdaccio is a third party packaging system but it's not clear what the project.json file is. It almost looks like it's the same as the regulat project.json that's generated with every app, but instead it's put at the repository root?
Current Behavior
I am trying to create a publishable package. When i run
nx release publish
, i get this:Expected Behavior
the command should work or have documentation around what a release group is and how to set it up.
GitHub Repo
No response
Steps to Reproduce
Nx Report
Failure Logs
Package Manager Version
No response
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: