Skip to content

Commit e0ad423

Browse files
committed
chore: remove 'style' commit type from release rules and documentation
1 parent 4cee997 commit e0ad423

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.releaserc.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"releaseRules": [
1515
{"type": "feat", "release": "minor"},
1616
{"type": "fix", "release": "patch"},
17-
{"type": "style", "release": "patch"},
1817
{"type": "refactor", "release": "patch"},
1918
{"type": "perf", "release": "patch"},
2019
{"type": "test", "release": "patch"},
@@ -30,7 +29,6 @@
3029
"types": [
3130
{"type": "feat","hidden": false, "section": "Features"},
3231
{"type": "fix","hidden": false, "section": "Bug Fixes"},
33-
{"type": "style","hidden": false, "section": "Code Style"},
3432
{"type": "refactor","hidden": false, "section": "Code Refactoring"},
3533
{"type": "perf","hidden": false, "section": "Performance Improvements"},
3634
{"type": "test","hidden": false, "section": "Tests"},

CLAUDE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ Follow the Angular Commit Message Conventions:
9393
- `feat`: A new feature
9494
- `fix`: A bug fix
9595
- `docs`: Documentation only changes
96-
- `style`: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
9796
- `refactor`: A code change that neither fixes a bug nor adds a feature
9897
- `perf`: A code change that improves performance
9998
- `test`: Adding missing tests or correcting existing tests

0 commit comments

Comments
 (0)