Skip to content

Commit 642d0d8

Browse files
committed
doc: fix cmd example in readme
1 parent 9e98167 commit 642d0d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Releasing on OS X
5959
. tags are now the year as 2 digits, month as 1 or 2 digits (no leading 0), day as 1 or 2 digits (no leading 0): `git tag -a -m "bla bla" YY.MM.DD`
6060
. `git push`
6161
. rerun the latest circleci master job (will pick the new tag)
62-
. `GITHUB_TOKEN=xxxx ./github_release.py --download --circle-build LATEST_CI_BUILD --previous-tag THE_PREVIOUS_RELEASE_TAG base-x.y.z`
62+
. `GITHUB_TOKEN=xxxx ./github_release.py --download --circle-build LATEST_CI_BUILD --previous-tag THE_PREVIOUS_RELEASE_TAG YY.MM.DD`
6363
where LATEST_CI_BUILD is the latest circleci master job number (eg. 123)
6464
. repeat the command without `--download` to upload to github
6565
. edit and publish the release on github

0 commit comments

Comments
 (0)