Standard Version
A utility for versioning using semver and CHANGELOG generation powered by Conventional Commits.
âš Please read the full docs here (opens in a new tab) before use this.
Frequent Used Commands
- Default Command
yarn release
- To generate only the CHANGELOG.md
npx standard-version --skip.bump --skip.commit --skip.tag
- To generate the tag versioning manually. You can change the [minor] with your own version like
1.1.0
.
npm run release -- --release-as [minor]