Release to allow opening links in new buffer.
[elpher.git] / RELEASE
1 Preparing a new Release
2 =======================
3
4 When preparing a new release, set the version number:
5
6 1. in config.mk:     VERSION variable
7 2. in elpher.el:     metadata at the top
8 3. in elpher.el:     definition of elpher-version
9 4. in elpher-pkg.el: second argument to 'define-package'
10
11 For anything besides a patch release, a note describing
12 the changes should be added to the documentation.  In
13 the instance that the documentation itself is significantly
14 changed, also update the documentation version:
15
16 5. in elpher.texi:   'settitle' declaration at the top
17
18 After any documentation updates, make sure it builds:
19
20     make elpher.info elpher.html elpher.pdf
21