Skip to content

Commit

Permalink
chore(release): we want chore releases to cause a patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchic committed Jan 3, 2022
1 parent ebec9c5 commit 7a83b42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
{ "type": "feat", "release": "minor" },
{ "type": "fix", "release": "patch" },
{ "type": "perf", "release": "patch" },
{ "type": "refactor", "release": "patch" }
{ "type": "refactor", "release": "patch" },
{ "type": "chore", "release": "patch" }
]
}],
["@semantic-release/release-notes-generator", {
Expand Down

0 comments on commit 7a83b42

Please sign in to comment.