Standard Release!
CLI release tool for packages, built on Release It!
Installation
yarn add --global standard-release
Usage
In the root package.json
file, prevent npm publishå
{
"private": true,
"script": {
"prePublish": "standard-release guard",
"release:beta": "standard-release release --preRelease=beta",
"release": "standard-release release",
}
}
standard-release guard
standard-release release [options]
Credits
All the folks involved with Release It!
Thanks for your hard work and dedication to the community!