1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-11-23 12:52:07 +01:00

Updated Release Checklist (markdown)

Paul Schaub 2024-10-14 23:15:25 +02:00
parent 915133459b
commit 0253cf6c75

@ -5,6 +5,7 @@
* Run `pgpainless-cli/rewriteManPages.sh` to keep man pages in sync. * Run `pgpainless-cli/rewriteManPages.sh` to keep man pages in sync.
* If BC version bump: Check for disabled tests that are now fixed. * If BC version bump: Check for disabled tests that are now fixed.
* Check if code is in good shape -> `gradle check javadocAll` * Check if code is in good shape -> `gradle check javadocAll`
* Perform a run of the OpenPGP Interoperability Testsuite to rule out any CLI issues
* If MAJOR or MINOR version bump: * If MAJOR or MINOR version bump:
* `git checkout -b release/X.Y` * `git checkout -b release/X.Y`
* Update SECURITY.md with supported versions * Update SECURITY.md with supported versions