diff options
author | Bruce Momjian <bruce@momjian.us> | 2017-04-13 10:19:12 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2017-04-13 10:19:12 -0400 |
commit | 06fc54cd4355caf8e271ffc864885ccaa879159e (patch) | |
tree | c19a12299267afed7d7f47533628a9cfb6187e28 /src | |
parent | e1c86a55762c81ffbcf3985f7eb711026d40824f (diff) | |
download | postgresql-06fc54cd4355caf8e271ffc864885ccaa879159e.tar.gz postgresql-06fc54cd4355caf8e271ffc864885ccaa879159e.zip |
docs: update major release instructions
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/RELEASE_CHANGES | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES index 45cd178ae73..dc1b300a352 100644 --- a/src/tools/RELEASE_CHANGES +++ b/src/tools/RELEASE_CHANGES @@ -31,19 +31,21 @@ For Major Releases (in addition to the above) * Release notes - o use git log or src/tools/git_changelog to find the relevant commits + o use src/tools/git_changelog + o retain the relevant commits o new features and options o major performance improvements o bug fixes for serious or common bugs o incompatibilities and significant user-visible changes o major source code changes - o check completion of items that have been marked as completed at - http://wiki.postgresql.org/wiki/Todo - o remove completed TODO items + o update TODO list, http://wiki.postgresql.org/wiki/Todo + o verify items marked as completed are completed + o mark additional items as completed + o remove completed items o group items into categories - o select major features o select incompatibilities - o add documentation for items + o add documentation links for items + o select major features * Documentation o document all new features |