fix: dont release on chore
All checks were successful
Release / Release (push) Successful in 55s

This commit is contained in:
Jan K9f 2025-06-02 09:07:05 +02:00
commit c74707d50e

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 },