Skip to content

Commit

Permalink
fix: force release
Browse files Browse the repository at this point in the history
  • Loading branch information
rafegoldberg committed Feb 9, 2022
1 parent 571a6a3 commit c321217
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = {
{ type: "style", release: "patch" },
{ type: "perf", release: "patch" },
{ type: "change", release: "patch" },
{ type: "fix", release: "patch" },
{ scope: "skip", release: false },
],
parserOpts: {
Expand Down Expand Up @@ -40,7 +41,7 @@ module.exports = {

{ type: "docs", section: "📘 Docs", hidden: false },
{ type: "devx", section: "🛠 Development Workflow", hidden: false },

{ type: "test", hidden: true },
{ type: "build", hidden: true },
{ type: "ci", hidden: true },
Expand Down

0 comments on commit c321217

Please sign in to comment.