Skip to content

Commit

Permalink
fix: Set correct value for releaserc scope
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb committed Jul 28, 2022
1 parent 16c9089 commit 52996b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
{ "type": "style", "release": false },
{ "type": "test", "release": false },
{ "scope": "no-release", "release": false },
{ "scope": "release", "release": true }
{ "scope": "release", "release": "patch" }
],
"presetConfig": true
}
Expand Down

0 comments on commit 52996b8

Please sign in to comment.