X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=blobdiff_plain;f=RELEASE;h=ade220dc7dbd921c188ab215a3bdbb0824882b78;hp=5a9360c4393e94064bf002620935798e70dcadbf;hb=HEAD;hpb=bc0d11680f6798402a64d1fb3f9336506df644a2 diff --git a/RELEASE b/RELEASE index 5a9360c..1a08de8 100644 --- a/RELEASE +++ b/RELEASE @@ -7,4 +7,15 @@ When preparing a new release, set the version number: 2. in elpher.el: metadata at the top 3. in elpher.el: definition of elpher-version 4. in elpher-pkg.el: second argument to 'define-package' + +For anything besides a patch release, a note describing +the changes should be added to the documentation. In +the instance that the documentation itself is significantly +changed, also update the documentation version: + 5. in elpher.texi: 'settitle' declaration at the top + +After any documentation updates, make sure it builds: + + make elpher.info elpher.html elpher.pdf +