summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@redhat.com>2020-03-14 09:21:47 +0100
committerDaiki Ueno <dueno@redhat.com>2020-03-14 10:20:02 +0100
commit04ff7897efb2223f3b5335ee9b299ece6100e78d (patch)
tree2fb5cbd89caafb959017f0c7cbb72235c3cbe7c1
parent6e4c573f94e0817c4442c87b95765a7036b7d277 (diff)
downloadgnutls-tmp-abidiff.tar.gz
RELEASES.md: mention post-release processtmp-abidiff
Signed-off-by: Daiki Ueno <dueno@redhat.com>
-rw-r--r--RELEASES.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 5922814900..12b1caae0e 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -42,3 +42,22 @@ cases change the API.
which is mirrored twice a day by www.gnutls.org.
10. Use the @GnuTLS twitter account to announce the release.
11. Close the current release milestone.
+
+# Post-release process
+
+After a new release is made, update the development infrastructure for
+the next cycle.
+
+1. Prepare a new `.abi` files:
+ ```sh
+ git rm devel/*-x86_64.abi
+ make abi-dump-versioned
+ git add devel/*-x86_64.abi
+ git commit -s -m 'abi: regenerate .abi files'
+ ```
+2. Clear abidiff files with empty content:
+ ```sh
+ : > devel/libgnutls-x86_64.abidiff
+ : > devel/libdane-x86_64.abidiff
+ ```
+3. Update `LAST_VERSION` in [devel/Makefile.am](devel/Makefile.am) to the latest release