Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Pull Requests labels instead commit messages to detect next version #1075

Open
jkroepke opened this issue Jan 20, 2024 · 2 comments
Open

Comments

@jkroepke
Copy link

Hi,

I have a open source monorepo project where I can't guarantee that all commits having the conventional commits message style.

Instead commit messages, I would like to ask if its possible to use pull request label as source, if the next version is major, minor or patch.

I'm already using labels for the automatic release notes and I would to continue this pattern.

@jscottSwift
Copy link

I'm doing something similar to this in our workflow (GitLab Merge Request title).

I have a job that runs on merge requests that validate the MR title to make sure its following conventions. So, I'm not enforcing style on commits, but I am on MRs.

@navnathkarche
Copy link

@jkroepke I was searching for what commit message conventions release-it using to decide the major / minor / patch version; but didn't any specific document. Can you point me to the document?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants