Skip to content

Commit

Permalink
Merge pull request #19 from deriv-com/nuzhy/release-rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuzhy-Deriv authored Mar 12, 2024
2 parents 6991103 + 78d3b2e commit dd3e7ce
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,7 @@ module.exports = {
release: "patch",
},
{
type: "docs",
release: "patch",
},
{
type: "refactor",
release: "patch",
},
{
type: "style",
release: "patch",
},
{
type: "test",
type: "fix",
release: "patch",
},
],
Expand Down

0 comments on commit dd3e7ce

Please sign in to comment.