Skip to content

Commit

Permalink
add post-version script
Browse files Browse the repository at this point in the history
  • Loading branch information
jrtashjian committed Sep 6, 2023
1 parent da8c41f commit f98aa3d
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
Expand Up @@ -24,7 +24,8 @@
"test:unit:php:setup": "wp-env start --xdebug=develop,coverage",
"test:unit:php": "npm-run-all test:unit:php:setup test:unit:php:base",
"wp-env": "wp-env",
"version": "node bin/update-version.js && git add -A"
"version": "node bin/update-version.js && git add -A",
"postversion": "git push && git push --tags"
},
"dependencies": {
"@wordpress/base-styles": "^4.26.3",
Expand Down

0 comments on commit f98aa3d

Please sign in to comment.