From ae3f8b4201e97e0bfac40128e8b9c71dcc90f776 Mon Sep 17 00:00:00 2001 From: Guite Date: Fri, 4 Sep 2020 13:48:19 +0200 Subject: [PATCH] updated issue template --- .github/ISSUE_TEMPLATE/release-plan.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/release-plan.md b/.github/ISSUE_TEMPLATE/release-plan.md index acac006884..155240358d 100644 --- a/.github/ISSUE_TEMPLATE/release-plan.md +++ b/.github/ISSUE_TEMPLATE/release-plan.md @@ -21,8 +21,7 @@ assignees: 'Guite, craigh' - [ ] 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-.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. - - [ ] This should create a pull request with the vendor changes between `3.0.1` and `3.0.2`. + - [ ] 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 (creates a pull request). - [ ] Add release date to changelog (only for final release) ## Create tags and artifacts