Skip to content

Commit fe8c544

Browse files
authored
Merge pull request #69 from nkmr-jp/develop
Release: Update changelog and release configuration
2 parents 994ee74 + e0ad423 commit fe8c544

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.releaserc.json

Lines changed: 3 additions & 5 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,11 +29,10 @@
3029
"types": [
3130
{"type": "feat","hidden": false, "section": "Features"},
3231
{"type": "fix","hidden": false, "section": "Bug Fixes"},
33-
{"type": "style","hidden": false, "section": "Miscellaneous"},
34-
{"type": "refactor","hidden": false, "section": "Miscellaneous"},
32+
{"type": "refactor","hidden": false, "section": "Code Refactoring"},
3533
{"type": "perf","hidden": false, "section": "Performance Improvements"},
36-
{"type": "test","hidden": false, "section": "Miscellaneous"},
37-
{"type": "chore","hidden": false, "section": "Miscellaneous"}
34+
{"type": "test","hidden": false, "section": "Tests"},
35+
{"type": "chore","hidden": false, "section": "Maintenance"}
3836
]
3937
}
4038
}

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@
44

55
* add missing conventional-changelog-conventionalcommits dependency for semantic-release ([591c1fc](https://github.com/nkmr-jp/prompt-line/commit/591c1fc847d3be63db2f9a3535d1c4008ae8d73e))
66

7-
### Miscellaneous
7+
### Maintenance
88

99
* switch to conventional commits preset and adjust release rules and sections ([3f76ed0](https://github.com/nkmr-jp/prompt-line/commit/3f76ed04f3e95b31993576c90d61c5b55f0bbc69))
1010
* update conventional-changelog-conventionalcommits to latest version 9.1.0 ([5fbb12f](https://github.com/nkmr-jp/prompt-line/commit/5fbb12f896b05da564c6bf441e05560ba2a284b3))
1111

1212
## [0.8.3](https://github.com/nkmr-jp/prompt-line/compare/v0.8.2...v0.8.3) (2025-07-16)
1313

14+
### Maintenance
15+
16+
* mark all commit types as visible in release notes configuration ([8336454](https://github.com/nkmr-jp/prompt-line/commit/833645438c7abe38d9ae153eb044efe88e23c649))
17+
1418
## [0.8.2](https://github.com/nkmr-jp/prompt-line/compare/v0.8.1...v0.8.2) (2025-07-16)
1519

1620
### Maintenance

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)