Skip to content

Commit

Permalink
fix(release): release when commit type is chore (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchic authored Feb 22, 2022
1 parent e89589a commit 5e6e6cf
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 5e6e6cf

Please sign in to comment.