1 KiB
1 KiB
Release Guide
htmlburger/carbon-fields
- Bump version numbers in
config.phpandpackage.jsonaccording to SemVer - Commit to
developmentwith 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
masterbranch - Enter the new version you set in
config.phpforTag versionandTitle - Add a changelog for
Description - Click
Publish release
htmlburger/carbon-fields-plugin
- Update the version in
carbon-fields-plugin.php,readme.txtandcomposer.jsonforhtmlburger/carbon-fieldsto match the newly released version - Commit to
master - Create a new release in Github from the
masterbranch - Enter the new version for
Tag versionandTitle(you can skip the changelog) - Click
Publish release