diff options
author | Jack Lloyd <[email protected]> | 2018-07-02 11:45:01 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-07-02 11:45:01 -0400 |
commit | d40c9bacdba37cecb0ebca78bcef31a88979bd48 (patch) | |
tree | e9af8160eb43247af43ed3e1954ba386f5534307 /doc/release_process.rst | |
parent | 5874000d42c338ec95a7ff24cdc0c64e70f967b5 (diff) |
Update release process checklist
Diffstat (limited to 'doc/release_process.rst')
-rw-r--r-- | doc/release_process.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/release_process.rst b/doc/release_process.rst index d584b09c0..fdf312281 100644 --- a/doc/release_process.rst +++ b/doc/release_process.rst @@ -23,6 +23,7 @@ constraints. So before release, do a complete build/test cycle: - Native or cross compile for Linux aarch64 and ppc64le - Native compile on FreeBSD x86-64 - Native compile on at least one unusual platform (AIX, NetBSD, ...) + - Build the website content to detect any Doxygen problems Pre Release Checks ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -72,6 +73,13 @@ in a git repository:: A cron job updates the live site every 10 minutes. +Push to GitHub +^^^^^^^^^^^^^^^^^^ + +Don't forget to also push tags:: + + $ git push origin --tags release-2 master + Build The Windows Installer ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |