Skip to content

Commit 28adac7

Browse files
authored
Merge pull request #66 from nkmr-jp/develop
Mark all commit types as visible in release notes configuration
2 parents 14a9f13 + 55cd266 commit 28adac7

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

.releaserc.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
"preset": "angular",
2828
"presetConfig": {
2929
"types": [
30-
{"type": "feat", "section": "Features"},
31-
{"type": "fix", "section": "Bug Fixes"},
32-
{"type": "style", "section": "Code Style"},
33-
{"type": "refactor", "section": "Code Refactoring"},
34-
{"type": "perf", "section": "Performance Improvements"},
35-
{"type": "test", "section": "Tests"},
36-
{"type": "chore", "section": "Maintenance"}
30+
{"type": "feat","hidden": false, "section": "Features"},
31+
{"type": "fix","hidden": false, "section": "Bug Fixes"},
32+
{"type": "style","hidden": false, "section": "Code Style"},
33+
{"type": "refactor","hidden": false, "section": "Code Refactoring"},
34+
{"type": "perf","hidden": false, "section": "Performance Improvements"},
35+
{"type": "test","hidden": false, "section": "Tests"},
36+
{"type": "chore","hidden": false, "section": "Maintenance"}
3737
]
3838
}
3939
}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## [0.8.2](https://github.com/nkmr-jp/prompt-line/compare/v0.8.1...v0.8.2) (2025-07-16)
22

3+
### Maintenance
4+
5+
* update semantic-release config to use angular preset for release notes generation ([d0aebe0](https://github.com/nkmr-jp/prompt-line/commit/d0aebe0))
6+
37
## [0.8.1](https://github.com/nkmr-jp/prompt-line/compare/v0.8.0...v0.8.1) (2025-07-16)
48

59
### Code Refactoring

0 commit comments

Comments
 (0)