- Bump version numbers in
config.php
andpackage.json
according to SemVer - Commit to
development
with commit message "Bump vX.X.X" - Merge all changes for the new version into
master
- Checkout
master
- Run
npm install && npm run build
git push origin master
- Create a new release in Github from the
master
branch - Enter the new version you set in
config.php
forTag version
andTitle
- Add a changelog for
Description
- Click
Publish release
- Update the version in
carbon-fields-plugin.php
,readme.txt
andcomposer.json
forhtmlburger/carbon-fields
to match the newly released version - Commit to
master
- Create a new release in Github from the
master
branch - Enter the new version for
Tag version
andTitle
(you can skip the changelog) - Click
Publish release