Skip to content

Commit

Permalink
fix: update release messages (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pactionly authored Dec 23, 2024
1 parent 1f5558e commit c078702
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 8 deletions.
21 changes: 21 additions & 0 deletions .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,27 @@ module.exports = {
],
},
],
[
"@semantic-release/release-notes-generator",
{
preset: "conventionalcommits",
presetConfig: {
types: [
{ type: "feat", section: "Features" },
{ type: "fix", section: "Bug Fixes" },
{ type: "perf", section: "Performance Improvements" },
{ type: "revert", section: "Reverts" },
{ type: "docs", section: "Documentation" },
{ type: "style", section: "Styles" },
{ type: "chore", section: "Miscellaneous Chores" },
{ type: "refactor", section: "Code Refactoring" },
{ type: "test", section: "Tests", hidden: true },
{ type: "build", section: "Build System", hidden: true },
{ type: "ci", section: "Continuous Integration", hidden: true },
],
},
},
],
[
"@semantic-release/github",
{
Expand Down
17 changes: 9 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
"semantic-release": "^24.2.0",
"sinon": "^19.0.2"
},
"overrides": {
"conventional-changelog-conventionalcommits": ">= 8.0.0"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
Expand Down

0 comments on commit c078702

Please sign in to comment.