1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-24 09:27:52 +03:00

docs: update major release instructions

This commit is contained in:
Bruce Momjian
2017-04-13 10:19:12 -04:00
parent e1c86a5576
commit 06fc54cd43

View File

@@ -31,19 +31,21 @@ For Major Releases
(in addition to the above) (in addition to the above)
* Release notes * 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 new features and options
o major performance improvements o major performance improvements
o bug fixes for serious or common bugs o bug fixes for serious or common bugs
o incompatibilities and significant user-visible changes o incompatibilities and significant user-visible changes
o major source code changes o major source code changes
o check completion of items that have been marked as completed at o update TODO list, http://wiki.postgresql.org/wiki/Todo
http://wiki.postgresql.org/wiki/Todo o verify items marked as completed are completed
o remove completed TODO items o mark additional items as completed
o remove completed items
o group items into categories o group items into categories
o select major features
o select incompatibilities o select incompatibilities
o add documentation for items o add documentation links for items
o select major features
* Documentation * Documentation
o document all new features o document all new features