Skip to content

Commit

Permalink
fix(no-release): + next test for no-release scope
Browse files Browse the repository at this point in the history
  • Loading branch information
dark-kitt committed May 8, 2024
1 parent fddaef3 commit 4fbc51c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
{
"preset": "angular",
"releaseRules": [
{ "scope": "no-release", "release": false },
{ "scope": "breaking", "release": "major" },
{ "type": "feat", "release": "minor" },
{ "type": "fix", "release": "patch" },
{ "type": "style", "release": "patch" },
{ "type": "test", "release": false }
{ "type": "test", "release": false },
{ "scope": "no-release", "release": false },
{ "scope": "breaking", "release": "major" }
],
"parserOpts": {
"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES"]
Expand Down

0 comments on commit 4fbc51c

Please sign in to comment.