How can I set additional releaseRules of the action? #24
Unanswered
pawellabaj
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @pawellabaj, that sounds a bit outside the scope of this repository. You probably have already seen this, but I believe these docs contain the most relevant information around configuring commit-analyzer rules: https://github.com/semantic-release/commit-analyzer I'm not too familiar with custom rules, but in your case, I wonder if the
Have you tried removing |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have dependabot commits in my repo that looks as follow:
I want to make them to bump patch number in my release version.
I tried to set following rule with
.releaserc.yml
orpackage.json
filesIt looks that he action is not looking for configuration overriding in these files.
Is it possible to define additional ruleset? How to do this?
Beta Was this translation helpful? Give feedback.
All reactions