From 80a0c9745cad25ca35ae6ea5b29363836cc21a66 Mon Sep 17 00:00:00 2001 From: Andres Gomez Date: Sat, 8 Jul 2017 22:59:41 +0300 Subject: [PATCH] docs: update master's release notes, news and calendar commit This reflects closer what we are actually doing. Signed-off-by: Andres Gomez Reviewed-by: Eric Engestrom Reviewed-by: Emil Velikov --- docs/releasing.html | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/docs/releasing.html b/docs/releasing.html index 1ef3fd8..0af05af 100644 --- a/docs/releasing.html +++ b/docs/releasing.html @@ -24,7 +24,6 @@
  • Making a branchpoint
  • Pre-release announcement
  • Making a new release -
  • Update the calendar
  • Announce the release
  • Update the mesa3d.org website
  • Update Bugzilla @@ -576,23 +575,17 @@ Something like the following steps will do the trick:

    -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:

    -	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
     
    -

    Update the calendar

    - -

    -Remove the version from the calendar. -

    - -

    Announce the release

    -- 2.7.4