Skip to content

Commit

Permalink
chore!: Update dependencies.
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Remove support for `improvement` prefix (as per commitizen/conventional-commit-types#16).
  • Loading branch information
amannn committed Sep 17, 2020
1 parent 557b368 commit b9bc3f1
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,7 @@
{
"preset": "conventionalcommits",
"plugins": [
["@semantic-release/commit-analyzer", {
"releaseRules": [
{"type": "feat", "release": "minor"},
{"type": "improvement", "release": "minor"},

{"type": "fix", "release": "patch"},
{"type": "docs", "release": "patch"},
{"type": "style", "release": "patch"},
{"type": "refactor", "release": "patch"},
{"type": "perf", "release": "patch"},
{"type": "test", "release": "patch"},
{"type": "build", "release": "patch"},
{"type": "ci", "release": "patch"},
{"type": "chore", "release": "patch"},
{"type": "revert", "release": "patch"}
]
}],
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
["@semantic-release/changelog", {"changelogTitle": "# Changelog"}],
["@semantic-release/github", {
Expand Down

0 comments on commit b9bc3f1

Please sign in to comment.