Skip to content

Commit d39e723

Browse files
authored
Merge pull request #65 from nkmr-jp/develop
chore: enhance semantic-release configuration for patch version types
2 parents ee0a173 + a220970 commit d39e723

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

.releaserc.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,23 @@
2121
]
2222
}
2323
],
24-
"@semantic-release/release-notes-generator",
24+
[
25+
"@semantic-release/release-notes-generator",
26+
{
27+
"preset": "angular",
28+
"presetConfig": {
29+
"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"}
37+
]
38+
}
39+
}
40+
],
2541
"@semantic-release/changelog",
2642
[
2743
"@semantic-release/npm",

CHANGELOG.md

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

3+
### Code Refactoring
4+
* remove unused statistics types and methods ([f8a7952](https://github.com/nkmr-jp/prompt-line/commit/f8a795291ef5e84277b896f66694a0812bd9871d))
5+
6+
### Maintenance
7+
8+
* configure semantic-release to treat more commit types as patch updates ([55bfabb](https://github.com/nkmr-jp/prompt-line/commit/55bfabbb8dcaf1cb4fe6332126236326094e0ce9))
9+
310
# [0.8.0](https://github.com/nkmr-jp/prompt-line/compare/v0.7.2...v0.8.0) (2025-07-09)
411

512

0 commit comments

Comments
 (0)