Closed acanimal closed 7 years ago
Add standard-version package to manage:
Using it is as easy as:
npm run release -- --first-release
npm run release -- --release-as [major|minor|patch|$VERSION]
1.1.0
Coverage remained the same at 100.0% when pulling 831e4108258b75e8777b9d8ba448f44a67e112fc on acanimal:standard-version into 7548fcbcf2cb02d7696ab64091eae5d54b1b947d on fridays:master.
Using release for this now, thanks anyway
Add standard-version package to manage:
Using it is as easy as:
npm run release -- --first-release
npm run release -- --release-as [major|minor|patch|$VERSION]
, where $version is whatever you want, like1.1.0
.