Signed-off-by: Elie Tournier <elie.tournier@collabora.com> Reviewed-by: Gert Wollny <gert.wollny@collabora.com>macos/master
parent
10487d7851
commit
43148d1115
@ -0,0 +1,11 @@ |
|||||||
|
/* |
||||||
|
* This document explain how releases are made and how you can create one locally |
||||||
|
*/ |
||||||
|
|
||||||
|
|
||||||
|
Since version 0.8.0 releases are now done by means of tags, i.e. the maintainer adds a tag, |
||||||
|
and Gitlab provide the release tarball/zipfile based on this. |
||||||
|
For more details about GitLab release, see https://docs.gitlab.com/ee/user/project/releases/ |
||||||
|
|
||||||
|
If you needs to make your own archived, you can use git-archive (https://git-scm.com/docs/git-archive) |
||||||
|
or meson release (https://mesonbuild.com/Creating-releases.html) |
Loading…
Reference in new issue