diff options
author | Andres Gomez <[email protected]> | 2017-07-08 22:59:41 +0300 |
---|---|---|
committer | Andres Gomez <[email protected]> | 2017-07-19 19:10:10 +0300 |
commit | 80a0c9745cad25ca35ae6ea5b29363836cc21a66 (patch) | |
tree | 085fb8c61e2a3ec29bed0e69194163c95d17632e /docs | |
parent | e6f455646a526b200dd4845a43033ef31b281951 (diff) |
docs: update master's release notes, news and calendar commit
This reflects closer what we are actually doing.
Signed-off-by: Andres Gomez <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/releasing.html | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/docs/releasing.html b/docs/releasing.html index 1ef3fd89a13..0af05af31ae 100644 --- a/docs/releasing.html +++ b/docs/releasing.html @@ -24,7 +24,6 @@ <li><a href="#branch">Making a branchpoint</a> <li><a href="#prerelease">Pre-release announcement</a> <li><a href="#release">Making a new release</a> -<li><a href="#calendar">Update the calendar</a> <li><a href="#announce">Announce the release</a> <li><a href="#website">Update the mesa3d.org website</a> <li><a href="#bugzilla">Update Bugzilla</a> @@ -576,23 +575,17 @@ Something like the following steps will do the trick: </pre> <p> -Also, edit docs/relnotes.html to add a link to the new release notes, and edit -docs/index.html to add a news entry. Then commit and push: +Also, edit docs/relnotes.html to add a link to the new release notes, +edit docs/index.html to add a news entry, and remove the version from +docs/release-calendar.html. Then commit and push: </p> <pre> - git commit -as -m "docs: add news item and link release notes for X.Y.Z" + git commit -as -m "docs: update calendar, add news item and link release notes for X.Y.Z" git push origin master X.Y </pre> -<h1 id="calendar">Update the calendar</h1> - -<p> -Remove the version from the <a href="release-calendar.html" target="_parent">calendar</a>. -</p> - - <h1 id="announce">Announce the release</h1> <p> |