Skip to content

Commit

Permalink
chore(release): autogenerate release notes, allow merge commits in ch…
Browse files Browse the repository at this point in the history
…angelog
  • Loading branch information
Henry Hale committed Dec 29, 2023
1 parent 62ac3a5 commit 091af92
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"github": {
"release": true,
"releaseName": "ViteShell v${version}",
"autoGenerate": true,
"assets": ["dist/"],
"comments": true
},
Expand All @@ -20,9 +21,14 @@
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular",
"infile": "CHANGELOG.md",
"header": "# Changelog"
"header": "# Changelog",
"preset": {
"name": "conventionalcommits"
},
"gitRawCommitsOpts": {
"merges": null
}
}
}
}

0 comments on commit 091af92

Please sign in to comment.