fix(semantic-release): add additional branch filter for rules
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
ba85afaa0e
commit
033f98ddb1
@ -1,5 +1,5 @@
|
||||
{
|
||||
"branches": ["master"],
|
||||
"branches": ["*/master", "master"],
|
||||
"plugins": [
|
||||
[
|
||||
"@semantic-release/commit-analyzer",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user