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
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.
The text was updated successfully, but these errors were encountered:
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 thepatch
release.The text was updated successfully, but these errors were encountered: