forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2b24271
committed
Doc: in each release branch, keep only that branch's own release notes.
Historically we've had each release branch include all prior branches'notes, including minor-release changes, back to the beginning of theproject. That's basically an O(N^2) proposition, and it was starting tocatch up with us: as of HEAD the back-branch release notes alone accountedfor nearly 30% of the documentation. While there's certainly some valuein easy access to back-branch notes, this is getting out of hand.Hence, switch over to the rule that each branch contains only its ownrelease notes. So as to not make older notes too hard to find, eachbranch will provide URLs for the immediately preceding branches'release notes on the project website.There might be value in providing aggregated notes across all branchessomewhere on the website, but that's a task for another day.Discussion:https://postgr.es/m/cbd4aeb5-2d9c-8b84-e968-9e09393d4c83@postgresql.org1 parentdc42602 commit2b24271
File tree
16 files changed
+74
-133178
lines changed- doc/src/sgml
16 files changed
+74
-133178
lines changedLines changed: 0 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
167 | 167 |
| |
168 | 168 |
| |
169 | 169 |
| |
170 |
| - | |
171 |
| - | |
172 |
| - | |
173 |
| - | |
174 |
| - | |
175 |
| - | |
176 |
| - | |
177 |
| - | |
178 |
| - | |
179 |
| - | |
180 |
| - | |
181 |
| - | |
182 |
| - | |
183 |
| - | |
184 | 170 |
| |
185 | 171 |
| |
186 | 172 |
| |
|
0 commit comments
Comments
(0)