[Mesa-dev] [PATCH 4/4] docs: update master's release notes, news and calendar commit

Emil Velikov emil.l.velikov at gmail.com
Mon Jul 10 11:26:13 UTC 2017


On 8 July 2017 at 20:59, Andres Gomez <agomez at igalia.com> wrote:
> This reflects closer what we are actually doing.
>
> Signed-off-by: Andres Gomez <agomez at igalia.com>
> ---
>  docs/releasing.html | 15 ++++-----------
>  1 file changed, 4 insertions(+), 11 deletions(-)
>
> diff --git a/docs/releasing.html b/docs/releasing.html
> index 99235d8412..152f5cea73 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>
> @@ -574,23 +573,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>
> -
> -
Originally I thought about keeping it separate commit. Although
squashing seems reasonable.

With some info why LD_LIBRARY_PATH is set and the trivial nits
addressed (for 3/4)

1, 3 and 4 are
Reviewed-by: Emil Velikov <emil.velikov at collabora.com>

Thanks
Emil


More information about the mesa-dev mailing list