Compare commits

..

1 commit

Author SHA1 Message Date
c74707d50e fix: dont release on chore
All checks were successful
Release / Release (push) Successful in 55s
2025-06-02 09:07:07 +02:00

View file

@ -13,7 +13,6 @@ module.exports = {
{ type: "style", release: "patch" },
{ type: "refactor", release: "patch" },
{ type: "test", release: "patch" },
{ type: "chore", release: "patch" },
{ type: "ci", release: "patch" },
{ type: "build", release: "patch" },
{ type: "revert", release: "patch" },
@ -37,7 +36,6 @@ module.exports = {
{ type: "style", section: "Code Style", hidden: false },
{ type: "refactor", section: "Code Refactoring", hidden: false },
{ type: "test", section: "Tests", hidden: false },
{ type: "chore", section: "Chores", hidden: false },
{ type: "ci", section: "Continuous Integration", hidden: false },
{ type: "build", section: "Build System", hidden: false },
{ type: "revert", section: "Reverts", hidden: false },