Skip to content

Commit b97d8d8

Browse files
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
1 parent ff53907 commit b97d8d8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/tools/RELEASE_CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ in both master and the branch.
6161
* Ports
6262
o update ports list in doc/src/sgml/installation.sgml
6363

64+
* Create .abi-compliance-history file with initial entry shortly before the .0
65+
stamp. The easiest way to do this is to copy it from the previous
66+
REL_*_STABLE branch, remove all entries, and follow the instructions in the
67+
file to add the initial reference point for the major version.
68+
6469

6570
Pre-Beta Tasks
6671
==============

0 commit comments

Comments
 (0)