Skip to content

Commit

Permalink
style: 🚀 Changed style to deploy a minor version update
Browse files Browse the repository at this point in the history
  • Loading branch information
JamsRepos committed Jun 3, 2024
1 parent 5d0e72a commit ee9670f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ const config = {
{ type: "ci", release: "patch" },
{ type: "chore", release: "patch" },
{ type: "docs", release: "patch" },
{ type: "refactor", release: "minor" },
{ type: "style", release: "patch" },
{ type: "refactor", release: "patch" },
{ type: "style", release: "minor" },
{ breaking: true, release: "major" },
],
},
Expand Down

0 comments on commit ee9670f

Please sign in to comment.