diff options
author | Tom Lane | 2019-05-03 16:32:06 +0000 |
---|---|---|
committer | Tom Lane | 2019-05-03 16:32:06 +0000 |
commit | 8309eae499d6782bfc5e81f4d1cfcbf8e3fc8f5d (patch) | |
tree | 099ec9c4b49ea94186871ad76f0e6627d43770ce | |
parent | f884dca4959f64bd47e78102d1dadd2c77d49201 (diff) |
Doc: remove obsolete comment about per-branch documentation.
I should have removed this in a0b762626, but forgot.
-rw-r--r-- | doc/src/sgml/release.sgml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 0cc122f0090..f2aadd48d43 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -72,8 +72,7 @@ For new features, add links to the documentation sections. <!-- When beginning a new major-release series, create a new release-NN.sgml file, removing the previous one, and change the &-reference here. - Don't forget to update filelist.sgml. Also, add a link to the on-line - documentation for the newly forked-off branch in the list below. + Don't forget to update filelist.sgml. The reason for keeping each branch's release notes in a differently-named file is to reduce confusion when preparing minor-release updates. |