Skip to content

Commit

Permalink
build: add a script to push version tags
Browse files Browse the repository at this point in the history
  • Loading branch information
rocktimsaikia committed Feb 22, 2021
1 parent 30d79a2 commit 47203e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "anime-chan-api",
"version": "1.0.0",
"version": "2.0.0",
"main": "index.js",
"license": "MIT",
"repository": {
Expand All @@ -17,6 +17,7 @@
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"postinstall": "husky install",
"postversion": "git push && git push --tags",
"commit": "cz"
},
"dependencies": {
Expand Down

0 comments on commit 47203e6

Please sign in to comment.