Skip to content

Commit

Permalink
fix release name
Browse files Browse the repository at this point in the history
  • Loading branch information
tfussell committed Mar 21, 2020
1 parent 0f178e4 commit c3a1f1d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions release/.release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@
"release": true,
"releaseName": "xlnt v${version}"
},
"npm": false,
"npm": {
"publish": false
},
"plugins": {
"@release-it/bumper": {
"out": {
"file": "../CMakeLists.txt",
"file": "../source/CMakeLists.txt",
"type": "text/plain"
}
}
Expand Down

0 comments on commit c3a1f1d

Please sign in to comment.