Skip to content

Commit

Permalink
major: release v1
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrunton committed Jan 10, 2023
1 parent 3b2a437 commit eb0c7f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const options = {
{
releaseRules: [
{ type: "breaking", release: "major" },
{ type: "major", release: "major" },
{ type: "feat", release: "minor" },
{ type: "perf", release: "minor" },
{ type: "build", release: "patch" },
Expand Down

0 comments on commit eb0c7f7

Please sign in to comment.