@tsuk1ko/postversion
v1.0.2
Published
Self-use npm postversion script
Downloads
29
Readme
postversion
Self-use npm postversion script
Installation
npm
npm i -D @tsuk1ko/postversion
yarn
yarn add -D @tsuk1ko/postversion
Usage
Add a postversion
script to your package.json
{
"scripts": {
"postversion": "tpv"
}
}
When you run npm version
and confirm, commits and the new tag will be pushed to the remote.
Notice
This script won't run npm publish
. It is designed for publishing package with GitHub Actions.