How can I prevent major releases for conventional commits ? #28882
-
Am trying to setup nx releases in our mono-repo, and configure conventional commits and how they will behave based on the commits, it's pretty straight forward to change |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@Bassel17 by the definition of the spec you would not be following conventional commits if you did what you described: https://www.conventionalcommits.org/en/v1.0.0/ so it's not something that will be supported out of the box. As you said, Nx release intentionally ships with a first-class programmatic API for folks who want to do custom things, so that is what I would recommend if you are certain you want to go this route. |
Beta Was this translation helpful? Give feedback.
@Bassel17 by the definition of the spec you would not be following conventional commits if you did what you described: https://www.conventionalcommits.org/en/v1.0.0/ so it's not something that will be supported out of the box.
As you said, Nx release intentionally ships with a first-class programmatic API for folks who want to do custom things, so that is what I would recommend if you are certain you want to go this route.