Skip to content

Commit

Permalink
Tweak release checklist for more compact commit history
Browse files Browse the repository at this point in the history
  • Loading branch information
apjanke committed Apr 21, 2019
1 parent eb87a84 commit 72d9ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc-project/Release-Checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Chrono Release Checklist
* `make test`, duh.
* Wouldn't hurt to do `make clean && git status && make test`/manual-cleanup, just to be sure.
* Double-check the version number and date in `DESCRIPTION`
* `(cd doc; make maintainer-clean; make all) && git commit -a` if you had to change it.
* `(cd doc; make maintainer-clean; make all)` if you had to change it.
* Update the installation instructions in README to use the upcoming release tarball URL.
* Format is: `https://github.com/apjanke/octave-chrono/releases/download/v<version>/chrono-<version>.tar.gz`
* Commit all the files changed by the above steps.
Expand Down

0 comments on commit 72d9ccd

Please sign in to comment.