To release a new version, follow these steps.
- Choose the new version according to Semantic Versioning. It should consist of three numbers (i.e.
1.0.0). - Make sure there are some entries under
Unreleasedsection in theCHANGELOG.md - Execute
./bump-version.shscript passing a version as an argument. For example
./bump-version.sh 1.2.1It will switch to the master branch (if it's not already there), update the CHANGELOG.md, tag the current HEAD with v1.2.1,
and push everything to the origin remote.
The new version of the plugin will be published to marketplace automatically.