Skip to content

Commit

Permalink
added missing branch parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Aug 28, 2020
1 parent 8bb900d commit 55a77fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/release-plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ assignees: 'Guite, craigh'
- [ ] first execute `php -dmemory_limit=2G bin/console translation:extract zikula en`
- [ ] second execute `php -dmemory_limit=2G bin/console zikula:translation:keytovalue`
- [ ] Review whether there are changes required for install and/or upgrade docs
- [ ] Update version in Kernel class and `/system` extensions: `bin/console rt:up 3.0.2-dev 3.0.2` (creates a pull request)
- [ ] Update version in Kernel class and `/system` extensions: `bin/console rt:up 3.0 3.0.2-dev 3.0.2` (creates a pull request)
- [ ] Create/update vendor changelog
- Ensure the `CHANGELOG-VENDORS-<branch>.md` file contains a `###PLACEHOLDER_FOR_VENDOR_UPDATES###` line below the `- Vendor updates:` line
- Run `bin/console rt:vendor 3.0.1 3.0` whereby `3.0.1` is the last release tag and `3.0` the desired target branch.
Expand Down Expand Up @@ -73,7 +73,7 @@ assignees: 'Guite, craigh'
## Start next iteration

- [ ] Changes in major version branch (e.g. `3.0`)
- [ ] increment version in Kernel class and `/system` extensions: `bin/console rt:up 3.0.2 3.0.3-dev` (creates a pull request)
- [ ] increment version in Kernel class and `/system` extensions: `bin/console rt:up 3.0 3.0.2 3.0.3-dev` (creates a pull request)
- [ ] increment version in VA extensions
- [ ] Add new section to both changelogs (normal + vendor)
- [ ] Merge to `master` branch

0 comments on commit 55a77fd

Please sign in to comment.