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