branch: elpa/hyperdrive commit 62a5230134de72de915c9032ed7ab07bb4f3c31e Author: Joseph Turner <jos...@ushin.org> Commit: Joseph Turner <jos...@ushin.org>
Fix: (CONTRIBUTING) Remove incorrect instructions ~pre-commit~ does not rebuild the ~doc/hyperdrive.texi~ manual unless ~doc/hyperdrive.org~ has been modified. --- CONTRIBUTING.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.org b/CONTRIBUTING.org index 9b0a117290..b2866db9ed 100644 --- a/CONTRIBUTING.org +++ b/CONTRIBUTING.org @@ -43,7 +43,7 @@ These checklists should be followed when releasing new versions: 1. [ ] Update package main file header version (removing ~-pre~ suffix). 2. [ ] Update CHANGELOG (with release date and version). 3. [ ] Update [[*Version number locations][Version number locations]] if necessary (e.g. if gateway version changes). - 4. [ ] Rebuild .texi manual (use ~pre-commit~ hook; see below). + 4. [ ] Rebuild .texi manual. 5. [ ] Commit changes. 6. [ ] Merge ~master~ branch into ~stable~ branch. 7. [ ] Make new git tag for new release (tagging the commit on ~stable~).