Skip to content

Commit

Permalink
chore: update releaserc (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Dec 1, 2022
1 parent dc59e70 commit ffb04bd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,24 @@
{"type": "chore", "release": "patch"}
]
}],
"@semantic-release/release-notes-generator",
["@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": "chore", "section": "Miscellaneous Chores"},
{"type": "refactor", "section": "Code Refactoring"},
{"type": "docs", "section": "Documentation", "hidden": true},
{"type": "style", "section": "Styles", "hidden": true},
{"type": "test", "section": "Tests", "hidden": true},
{"type": "build", "section": "Build System", "hidden": true},
{"type": "ci", "section": "Continuous Integration", "hidden": true}
]
}
}],
["@semantic-release/changelog", {
"changelogFile": "CHANGELOG.md"
}],
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
"babel-plugin-source-map-support": "^2.2.0",
"chai": "^4.1.0",
"chai-as-promised": "^7.1.1",
"conventional-changelog-conventionalcommits": "^5.0.0",
"eslint-config-prettier": "^8.5.0",
"fancy-log": "^2.0.0",
"lint-staged": "^13.0.3",
Expand Down

0 comments on commit ffb04bd

Please sign in to comment.