@tsuk1ko/postversion

1.0.2 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @tsuk1ko/postversion

Weekly Downloads

10

Version

1.0.2

License

MIT

Unpacked Size

2.86 kB

Total Files

4

Last publish

Collaborators

  • tsuk1ko