Skip to content

Commit

Permalink
fix: use minor version bump for improvement
Browse files Browse the repository at this point in the history
An improvement that's anything more than a bugfix cannot merely be a
patch release, per the semver spec.
  • Loading branch information
Eli Skeggs committed Nov 1, 2019
1 parent 742bd47 commit 63fb94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/conventionalcommits-release-rules.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = [
{
type: 'improvement',
release: 'patch',
release: 'minor',
},
];

0 comments on commit 63fb94b

Please sign in to comment.