Skip to content

Commit

Permalink
ci: unify the commit lint type
Browse files Browse the repository at this point in the history
  • Loading branch information
XPoet committed Aug 30, 2023
1 parent 50cd62e commit 5ae7905
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .commitlintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@ module.exports = {
'perf',
'test',
'build',
'ci',
'chore',
'revert',
'WIP',
'ci',
'ui',
'release'
'chore'
]
]
}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ jobs:
release-type: node
package-name: standard-version
changelog-types: '[
{"type": "types", "section": "Types", "hidden": false},
{"type": "revert", "section": "Reverts", "hidden": false},
{"type": "feat", "section": "Features", "hidden": false},
{"type": "fix", "section": "Bug Fixes", "hidden": false},
{"type": "improvement", "section": "Feature Improvements", "hidden": false},
{"type": "docs", "section": "Docs", "hidden": false},
{"type": "style", "section": "Styling", "hidden": false},
{"type": "refactor", "section": "Code Refactoring", "hidden": false},
{"type": "perf", "section": "Performance Improvements", "hidden": false},
{"type": "test", "section": "Tests", "hidden": false},
{"type": "build", "section": "Build System", "hidden": false},
{"type": "ci", "section":"CI", "hidden": false}
{"type": "revert", "section": "Reverts", "hidden": false},
{"type": "ci", "section": "CI", "hidden": false},
{"type": "ui", "section": "Improvement UI", "hidden": false}
{"type": "chore", "section": "Chore", "hidden": false}
]'

# The logic below handles the npm publication
Expand Down

0 comments on commit 5ae7905

Please sign in to comment.