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

Is it possible to give custom type in the configuration? #271

Open
LakshmiRavali opened this issue Sep 29, 2021 · 1 comment
Open

Is it possible to give custom type in the configuration? #271

LakshmiRavali opened this issue Sep 29, 2021 · 1 comment

Comments

@LakshmiRavali
Copy link

I want to analyze some custom-type commits also. Something like below:
[ "@semantic-release/commit-analyzer", { "preset": "angular", "releaseRules": [{ "type": "chore", "release": "patch" }, { "type": "test-fix", "release": "patch" }, { "type": "test-feat", "release": "minor" }] } ]
Is there any way to do like above?
For example:
test-fix: Testing semantic commit analyzer , this commit should trigger the patch release.

@Carus11
Copy link

Carus11 commented Oct 14, 2021

I am stumbling through the customization phase of getting used to this project myself, but an example I am looking at that is helping a lot is this guys: https://github.com/ahmadnassri/node-api-problem/blob/master/.semantic.json

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

2 participants