Skip to content

Commit 67f8c25

Browse files
committed
Merge pull request #189 from arschles/git-tag-push
doc(releasing.md): merge makefile targets that require env vars
2 parents 1b4d2f5 + 4eebaa1 commit 67f8c25

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/contributing/releasing.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ To do so, simply go back to the directory where you checked out the `deis-workfl
101101
and run the following two commands to tag and push updated docker images:
102102

103103
```console
104-
TAG=$DEIS_RELEASE make docker-tag
105-
make docker-push
104+
TAG=$DEIS_RELEASE make docker-tag docker-push
106105
```
107106

108107
# Step 5: Update Helm chart
@@ -161,8 +160,7 @@ The final step of the release process is to tag each git repository, and push th
161160
GitHub project. To do so, simply run the below command in the `deis-workflow-group` repository:
162161

163162
```console
164-
TAG=$DEIS_RELEASE TAG_MESSAGE="releasing workflow $DEIS_RELEASE" make git-tag
165-
make git-tag-push
163+
TAG=$DEIS_RELEASE TAG_MESSAGE="releasing workflow $DEIS_RELEASE" make git-tag git-tag-push
166164
```
167165

168166
# Step 8: Check documentation

0 commit comments

Comments
 (0)