Skip to content

Commit

Permalink
fix!: allow major version bumps (#1913)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGhadyani-Okta authored Jul 31, 2023
1 parent 4a6f62c commit ad4205a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/conventional-changelog-odyssey/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,4 @@

const conventional = require("conventional-changelog-conventionalcommits");

// NOTE: Our 0.x.x (preMajor) versioning scheme calls for new features
// to be patch level bumps. Once we reach 1.0.0 this package can be
// removed in favor of the using the conventional defaults directly!
module.exports = conventional({ preMajor: true });
module.exports = conventional();

0 comments on commit ad4205a

Please sign in to comment.