1.0.1 • Published 8 years ago

package-tag v1.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
8 years ago

Updates package.json version with tag

For example the following:

package-tag --tag beta

Will update the package.json in the current working directory by adding -beta to the version.

And the following will update the plugins in the two listed folders by adding -beta:

package-tag --tag beta my-plugin-1/ my-plugin-2

As another use case we are using this in CI where our Jenkins will tag packages with build numbers.

1.0.1

8 years ago

1.0.0

8 years ago