-
Notifications
You must be signed in to change notification settings - Fork 219
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
request: Configurable prefix before conventional commit title #258
Comments
@Salakar could I work on a PR for this? |
Of course! Best place to start would be the conventional commits package: https://github.com/invertase/melos/tree/main/packages/conventional_commit - if the goal is to just ignore the prefix then it should be pretty straightforward modifying the regex to handle it. If it needs to be configureable then could probably add it as a optional named arg to |
I mean technically removing the |
Hahah here I was imagining a few hours of work at least. 😅 |
Is there an existing feature request for this?
Command
No response
Description
In some collaborative version control services, like Azure DevOps, they add an annoying non-configurable prefix to each merged pull requests commit message.
For example:
Merged PR 404: fix: Use correct path for signing
This feature would implement so that it is possible to ignore that prefix, maybe with a regex, to be able to version melos projects that are hosted by services with these prefixes properly.
Reasoning
It would be useful since it would be possible to use Melos in services that are using these kind of prefixes.
Additional context and comments
Feature request for Azure Devops
The text was updated successfully, but these errors were encountered: