We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e98167 commit 642d0d8Copy full SHA for 642d0d8
1 file changed
README.asciidoc
@@ -59,7 +59,7 @@ Releasing on OS X
59
. 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`
60
. `git push`
61
. 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`
+. `GITHUB_TOKEN=xxxx ./github_release.py --download --circle-build LATEST_CI_BUILD --previous-tag THE_PREVIOUS_RELEASE_TAG YY.MM.DD`
63
where LATEST_CI_BUILD is the latest circleci master job number (eg. 123)
64
. repeat the command without `--download` to upload to github
65
. edit and publish the release on github
0 commit comments