diff options
author | Jack Lloyd <[email protected]> | 2020-01-06 09:05:36 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-01-06 09:05:36 -0500 |
commit | 3727e13f787ab96d875021247d175bab37d40863 (patch) | |
tree | 4e4b08c7ac2c5630018fe0dfeb70884969b99db1 | |
parent | 848f27c042097643c27430c2500fd7acc4a187b0 (diff) |
Minor fix in release checklist
-rw-r--r-- | doc/dev_ref/release_process.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/dev_ref/release_process.rst b/doc/dev_ref/release_process.rst index 405801c81..77902b5fb 100644 --- a/doc/dev_ref/release_process.rst +++ b/doc/dev_ref/release_process.rst @@ -34,11 +34,12 @@ constraints. So before release: - Test many build configurations (using `src/scripts/test_all_configs.py`) - Build/test SoftHSM -Pre Release Checks -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Confirm that the release notes in ``news.rst`` are accurate and complete and that the version number in ``version.txt`` is correct. + +Tag the Release +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + Update the release date in the release notes and change the entry for the appropriate branch in ``readme.rst`` to point to the new release. |