Skip to content

Commit 987600d

Browse files
authored
doc(src/roadmap/release-checklist.md): use deisrel for bulk-cutting release branches (#365)
Ref deis/deisrel#112
1 parent 2ea59b3 commit 987600d

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

src/roadmap/release-checklist.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,11 @@ be in a new directory called `workflow-v2.0.0`.
4747
git checkout master && git pull upstream master
4848
git checkout -b release-$WORKFLOW_RELEASE && git push upstream release-$WORKFLOW_RELEASE
4949

50-
Otherwise, for bulk-cutting all repos at the same time, we will use [sgoings/deis-workflow-group](https://github.com/sgoings/deis-workflow-group) here and in Step 2 below:
50+
Otherwise, for bulk-cutting all repos at the same time, run the following command:
5151

52-
git clone git@github.com:sgoings/deis-workflow-group.git
53-
cd deis-workflow-group
54-
55-
make git-update # point all repos to latest master commits
56-
BRANCH="release-${WORKFLOW_RELEASE}" NEW="true" make git-checkout-branch
57-
BRANCH="release-${WORKFLOW_RELEASE}" make git-push-branch #(can use DRY_RUN=true)
52+
```console
53+
deisrel branches create --name="release-${WORKFLOW_RELEASE} --ref="master" --yes=true
54+
```
5855

5956
# Step 2: Update Jenkins Jobs
6057

0 commit comments

Comments
 (0)