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

Commit c1378ee

Browse files
committedMay 5, 2018
chore(package.json): Update release scripts
1 parent 6362133 commit c1378ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎package.json

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"url": "https://github.com/jspizziri/sequelize-connect.git"
1212
},
1313
"scripts": {
14+
"version": "npm run changelog && git add CHANGELOG.md",
15+
"postversion": "git push && git push --tags",
16+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
1417
"commit": "git-cz"
1518
},
1619
"keywords": [

0 commit comments

Comments
 (0)
This repository has been archived.