Skip to content

Commit

Permalink
Merge pull request #43 from jbrunton/semantic-release
Browse files Browse the repository at this point in the history
major: release v1
  • Loading branch information
jbrunton authored Jan 10, 2023
2 parents 79ee2dc + eb0c7f7 commit 342e67c
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 342e67c

Please sign in to comment.