@tumly/sdk
v0.1.6
Published
Tumly SDK
Downloads
13
Readme
Tumly SDK
Create Release
The release follows conventionalcommits.org spec. So to create a release, create a release branch release/x.x.x
and then run the command below depending on whether you want to release a major, minor or patch fix.
Major
yarn release -- --release-as major --skip.tag
Minor
yarn release -- --release-as minor --skip.tag
Patch
yarn release -- --release-as patch --skip.tag