Skip to content

Commit

Permalink
func(ci): add custom semantic release rule: func -> patch
Browse files Browse the repository at this point in the history
  • Loading branch information
xinatcg committed Oct 22, 2023
1 parent 2b8c239 commit 5cd11d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"preset": "angular",
"releaseRules": [
{"type": "refactor", "release": "patch"},
{"type": "function", "release": "patch"}
{"type": "function", "release": "patch"},
{"type": "func", "release": "patch"}
]
}],
"@semantic-release/release-notes-generator",
Expand Down

0 comments on commit 5cd11d9

Please sign in to comment.