Release
Standard Version
Some notes on automated versioning and changelog generation using standard-version
.
References:
Pre-Requisites
- Node.js and npm installed
Generate new release
This will create new tag, generate changelog, and commit
To sync with remote, make sure to push with follow tags
Skip Lifecycle Steps
When generating using standard-version, there's a flag to configure which lifecycle (bump, changelog, commit, tag) will be skipped.
References:
Override version number
We can override version number using --release-as
References:
Accidentally Create wrong release or tag?
This are the commands that can be used to revert the changes