Skip to content

Commit

Permalink
fix(release): added changelog filename
Browse files Browse the repository at this point in the history
  • Loading branch information
henryhale committed Jul 5, 2023
1 parent 8d83dd4 commit 2cc684e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"changelog": "CHANGELOG.md",
"requireBranch": "master"
},
"changelogFile": "CHANGELOG.md",
"github": {
"release": true,
"releaseName": "Release: XTerminal v${version}",
"releaseNotes": "git log --no-merges --pretty=format:\"* %s %h\" ${latestTag}...main",
"assets": ["dist/"],
"comments": true

},
"npm": {
"publish": true
Expand Down

0 comments on commit 2cc684e

Please sign in to comment.