Skip to content

Commit 4eebaa1

Browse files
author
Aaron Schlesinger
committed
doc(releasing.md): merge makefile targets that require env vars
1 parent 6c65793 commit 4eebaa1

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
@@ -95,8 +95,7 @@ To do so, simply go back to the directory where you checked out the `deis-workfl
9595
and run the following two commands to tag and push updated docker images:
9696

9797
```console
98-
TAG=$DEIS_RELEASE make docker-tag
99-
make docker-push
98+
TAG=$DEIS_RELEASE make docker-tag docker-push
10099
```
101100

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

157156
```console
158-
TAG=$DEIS_RELEASE TAG_MESSAGE="releasing workflow $DEIS_RELEASE" make git-tag
159-
make git-tag-push
157+
TAG=$DEIS_RELEASE TAG_MESSAGE="releasing workflow $DEIS_RELEASE" make git-tag git-tag-push
160158
```
161159

162160
# Step 8: Check documentation

0 commit comments

Comments
 (0)