Skip to content

Commit 4cee997

Browse files
committed
chore: update release note sections for commit types and adjust CHANGELOG formatting
1 parent 994ee74 commit 4cee997

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.releaserc.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
"types": [
3131
{"type": "feat","hidden": false, "section": "Features"},
3232
{"type": "fix","hidden": false, "section": "Bug Fixes"},
33-
{"type": "style","hidden": false, "section": "Miscellaneous"},
34-
{"type": "refactor","hidden": false, "section": "Miscellaneous"},
33+
{"type": "style","hidden": false, "section": "Code Style"},
34+
{"type": "refactor","hidden": false, "section": "Code Refactoring"},
3535
{"type": "perf","hidden": false, "section": "Performance Improvements"},
36-
{"type": "test","hidden": false, "section": "Miscellaneous"},
37-
{"type": "chore","hidden": false, "section": "Miscellaneous"}
36+
{"type": "test","hidden": false, "section": "Tests"},
37+
{"type": "chore","hidden": false, "section": "Maintenance"}
3838
]
3939
}
4040
}

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

0 commit comments

Comments
 (0)