From 72d9ccd77b42c1067d8e70291be9652b4509d69f Mon Sep 17 00:00:00 2001 From: Andrew Janke Date: Sun, 21 Apr 2019 11:52:33 -0400 Subject: [PATCH] Tweak release checklist for more compact commit history --- doc-project/Release-Checklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc-project/Release-Checklist.md b/doc-project/Release-Checklist.md index 4c21eb2..e656d20 100644 --- a/doc-project/Release-Checklist.md +++ b/doc-project/Release-Checklist.md @@ -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/chrono-.tar.gz` * Commit all the files changed by the above steps.