Skip to content

Commit

Permalink
fix(repo): make fix type commits release a new package
Browse files Browse the repository at this point in the history
  • Loading branch information
jwulf committed Apr 7, 2024
1 parent 677ddc4 commit ded83cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
"type": "feat",
"release": "patch"
},
{
"type": "fix",
"release": "patch"
},
{
"type": "release",
"release": "patch"
Expand Down

0 comments on commit ded83cf

Please sign in to comment.