This commit is contained in:
parent
c298cc9c98
commit
c74707d50e
1 changed files with 0 additions and 2 deletions
|
@ -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 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue