Skip to content

Commit

Permalink
chore: do not release on no-release scope
Browse files Browse the repository at this point in the history
  • Loading branch information
norskeld committed Jan 24, 2022
1 parent 1eec125 commit cb208a2
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,9 @@
{
"preset": "angular",
"releaseRules": [
{
"type": "docs",
"scope": "readme",
"release": "patch"
},
{
"type": "docs",
"scope": "tsdoc",
"release": "patch"
}
{ "type": "docs", "scope": "readme", "release": "patch" },
{ "type": "docs", "scope": "tsdoc", "release": "patch" },
{ "scope": "no-release", "release": false }
]
}
],
Expand Down

0 comments on commit cb208a2

Please sign in to comment.