Skip to content

Commit

Permalink
fix: fixed the sematic-release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnatG committed Feb 5, 2023
1 parent e9bad44 commit 12a393e
Showing 1 changed file with 4 additions and 29 deletions.
33 changes: 4 additions & 29 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,11 @@
{
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/commit-analyzer",
"@semantic-release/changelog",
{
"preset": "eslint",
"parserOpts": {
"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES", "BREAKING"]
}
}
],
[
"@semantic-release/release-notes-generator",
{
"preset": "eslint",
"parserOpts": {
"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES", "BREAKING"]
},
"writerOpts": {
"commitsSort": ["subject", "scope"]
},
"presetConfig": {
"types": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "chore", "section": "Chore" },
{ "type": "docs", "section": "Docs" },
{ "type": "style", "hidden": true },
{ "type": "refactor", "hidden": true },
{ "type": "perf", "hidden": true },
{ "type": "test", "hidden": true }
]
}
"changelogTitle": "# Changelog\n\nAll notable changes to this project will be documented in this file. See\n[Conventional Commits](https://conventionalcommits.org) for commit guidelines."
}
]
]
Expand Down

0 comments on commit 12a393e

Please sign in to comment.