diff options
author | Bruce Momjian <bruce@momjian.us> | 2013-10-08 10:29:43 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2013-10-08 10:29:43 -0400 |
commit | d29a03192615b55593af4a89283f5b5c72f13afe (patch) | |
tree | d444778ccb078e1d1af9799fb7042e09305c4017 | |
parent | a2883241e90d10d165f42aff02634093765fdd19 (diff) | |
download | postgresql-d29a03192615b55593af4a89283f5b5c72f13afe.tar.gz postgresql-d29a03192615b55593af4a89283f5b5c72f13afe.zip |
Additional instructions on minor release note creation.
-rw-r--r-- | src/tools/RELEASE_CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES index b0b31d6c964..91b38251765 100644 --- a/src/tools/RELEASE_CHANGES +++ b/src/tools/RELEASE_CHANGES @@ -95,7 +95,8 @@ Creating Back-Branch Release Notes between branch stamping and the release date. * On the git master branch, edit and create SGML markup for the most recent - branch in that branch's release-N.N.sgml file + branch in that branch's release-N.N.sgml file. Minor release notes + should include more small change details because testing is limited. * Copy this into older branches' release-N.N.sgml files, then remove items that do not apply based on commit logs for that branch. |