Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
build(standard-version): added posttag script
Browse files Browse the repository at this point in the history
re #34
  • Loading branch information
victor-pogor committed Nov 30, 2020
1 parent e60d698 commit 961dc59
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,13 @@
},
"standard-version": {
"skip": {
"commit": true,
"tag": true,
"commit": false,
"tag": false,
"changelog": false,
"bump": true
"bump": false
},
"scripts": {
"posttag": "npm version from-git"
}
}
}

0 comments on commit 961dc59

Please sign in to comment.