File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments