Skip to content

Commit

Permalink
fix: standard-version
Browse files Browse the repository at this point in the history
  • Loading branch information
boycce committed Feb 15, 2022
1 parent fb04beb commit f553b08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
"supertest": "4.0.2"
},
"standard-version": {
"releaseCommitMessageFormat": "{{currentTag}}",
"releaseCommitMessageFormat": "v{{currentTag}}",
"sign": true,
"skip": {
"changelog": true,
"tag": true
"changelog": false,
"tag": false
}
}
}

0 comments on commit f553b08

Please sign in to comment.