diff --git a/.commitlintrc.js b/.commitlintrc.js index c970f981..fdbd4570 100644 --- a/.commitlintrc.js +++ b/.commitlintrc.js @@ -13,12 +13,10 @@ module.exports = { 'perf', 'test', 'build', - 'ci', - 'chore', 'revert', - 'WIP', + 'ci', 'ui', - 'release' + 'chore' ] ] } diff --git a/.github/workflows/release-version.yml b/.github/workflows/release-version.yml index 0354d9ca..75720d73 100644 --- a/.github/workflows/release-version.yml +++ b/.github/workflows/release-version.yml @@ -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