Use _pending for the latest changelog entries#1817
Conversation
|
Thanks for your pull request, @wilzbach! Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog. |
|
Looks like we had the same idea: dlang/phobos#5504 (comment) |
|
Thanks! The _pre page still has nothing on it to indicate it's not yet released, except the future date and URL, sigh. |
|
Hmm any idea what could have went wrong with the deployment? |
|
What was the point of using |
|
I think because |
Yes, and also it's not trivial to know the future release version of |
Revert "Merge pull request #1817 from wilzbach/use-pending-for-changelog" merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
Regarding #1814 (comment)
A simple solution is to use
_pendingfor the automatically generated changelog. (@MartinNowak) doesn't seem to use the Makefile target here anyways.Regarding the changelog menu: I wasn't really sure how we should handle the case when a prerelease is progress, so I simply renamed them "Nightlies" as this actually is exactly what the page depicts.
CC @CyberShadow