Update Contributors.md for releasing a new minor version (https://github.com/woocommerce/woocommerce-blocks/pull/1403)

* change doc to update branch

* add example
This commit is contained in:
Seghir Nadir 2019-12-18 12:30:03 +01:00 committed by Mike Jolley
parent 6a47b2232a
commit 25ea48d2ae
1 changed files with 6 additions and 1 deletions

View File

@ -56,7 +56,12 @@ These instructions cover new releases of the blocks plugin for those with commit
- The `readme.txt` file supported versions, changelog and list of blocks if the release includes new blocks.
> Note: version numbers will automatically be updated in files via the deploy script (see `bin/version-changes.sh`).
**Before a minor release** ensure you update:
- The release last major release branch you're basing this release from (e.g `release/2.5`), chances are you arent the last person who released and this branch will be outdated.
- `git checkout release/2.x` (e.g release/2.5).
- `git pull origin release/2.5`
### Creating release branches