summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Bossart <nathan@postgresql.org>2025-10-21 12:23:23 -0500
committerNathan Bossart <nathan@postgresql.org>2025-10-21 12:23:23 -0500
commitb97d8d843a2d07547f037e624fec79fd610005bb (patch)
tree1e299d9c3bb5ed783a4975e7cc540be85b38d8cb
parentff53907c35713a9c0c8cbdcc8d82c54954cf8234 (diff)
Add reminder to create .abi-compliance-history.
This commit adds a note to RELEASE_CHANGES to remind us to create an .abi-compliance-history file for new major versions. Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us> Reviewed-by: David E. Wheeler <david@justatheory.com> Discussion: https://postgr.es/m/aPJ03E2itovDBcKX%40nathan
-rw-r--r--src/tools/RELEASE_CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES
index c0d75c213be..a7c20855d54 100644
--- a/src/tools/RELEASE_CHANGES
+++ b/src/tools/RELEASE_CHANGES
@@ -61,6 +61,11 @@ in both master and the branch.
* Ports
o update ports list in doc/src/sgml/installation.sgml
+* Create .abi-compliance-history file with initial entry shortly before the .0
+ stamp. The easiest way to do this is to copy it from the previous
+ REL_*_STABLE branch, remove all entries, and follow the instructions in the
+ file to add the initial reference point for the major version.
+
Pre-Beta Tasks
==============