2024-08-13
This commit is contained in:
parent
74779c64c1
commit
6b27b6d5e6
30 changed files with 6781 additions and 2 deletions
22
web/vendor/htmlburger/carbon-fields/DEVELOPMENT.md
vendored
Normal file
22
web/vendor/htmlburger/carbon-fields/DEVELOPMENT.md
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Release Guide
|
||||
|
||||
## `htmlburger/carbon-fields`
|
||||
|
||||
1. Bump version numbers in `config.php` and `package.json` according to SemVer
|
||||
1. Commit to `development` with commit message "Bump vX.X.X"
|
||||
1. Merge all changes for the new version into `master`
|
||||
1. Checkout `master`
|
||||
1. Run `npm install && npm run build`
|
||||
1. `git push origin master`
|
||||
1. Create a new release in [Github](https://github.com/htmlburger/carbon-fields/releases/new) from the `master` branch
|
||||
1. Enter the new version you set in `config.php` for `Tag version` and `Title`
|
||||
1. Add a changelog for `Description`
|
||||
1. Click `Publish release`
|
||||
|
||||
## `htmlburger/carbon-fields-plugin`
|
||||
|
||||
1. Update the version in `carbon-fields-plugin.php`, `readme.txt` and `composer.json` for `htmlburger/carbon-fields` to match the newly released version
|
||||
1. Commit to `master`
|
||||
1. Create a new release in [Github](https://github.com/htmlburger/carbon-fields-plugin/releases/new) from the `master` branch
|
||||
1. Enter the new version for `Tag version` and `Title` (you can skip the changelog)
|
||||
1. Click `Publish release`
|
||||
Loading…
Add table
Add a link
Reference in a new issue