[Mesa-dev] [PATCH] docs/releasing: add a note about the relnotes template

Nicolai Hähnle nhaehnle at gmail.com
Thu Jan 26 20:06:34 UTC 2017


On 26.01.2017 20:26, Emil Velikov wrote:
> From: Emil Velikov <emil.velikov at collabora.com>
>
> Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
> ---
> I forget this a bit too often :-\

:D

Reviewed-by: Nicolai Hähnle <nicolai.haehnle at amd.com>

> ---
>  docs/releasing.html | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/docs/releasing.html b/docs/releasing.html
> index 2ed66a13f4..020f3dec70 100644
> --- a/docs/releasing.html
> +++ b/docs/releasing.html
> @@ -161,6 +161,8 @@ To setup the branchpoint:
>  	git checkout master
>  	$EDITOR VERSION # bump the version number
>  	git commit -as
> +	cp docs/relnotes/{X.Y,X.Y+1}.html # copy/create relnotes template
> +	git commit -as
>  	git push origin X.Y-branchpoint X.Y
>  </pre>
>
>


More information about the mesa-dev mailing list