Skip to content

Commit e755e3d

Browse files
committed
Tweak Release Checklist for releases link
1 parent 1c34bb9 commit e755e3d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc-project/Release Checklist.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@ The `dev-kit/make_release` script can take care of most of the release work for
1717
* `make test`, duh.
1818
* Wouldn't hurt to do `make clean && git status && make test`/manual-cleanup, just to be sure.
1919
* Update and double-check the version number and date in `VERSION`.
20-
* Update the installation instructions in `docs-src/README-index-common.md` to use the upcoming new release tarball URL.
21-
* Format is: `https://github.com/janklab/MlxShake/releases/download/v<version>/MlxShake-<version>.tar.gz`.
2220
* Regenerate the doco.
23-
* `make doc`
21+
* `make docs && make doc`
2422
* Commit all the files changed by the above steps.
2523
* Use form: `git commit -a -m "Cut release v<version>"`
2624
* Make sure your repo is clean: `git status` should show no local changes.

0 commit comments

Comments
 (0)