doc: Add a note about the release process

Signed-off-by: Elie Tournier <elie.tournier@collabora.com>
Reviewed-by: Gert Wollny <gert.wollny@collabora.com>
macos/master
Elie Tournier 4 years ago
parent 10487d7851
commit 43148d1115
  1. 11
      docs/release.txt

@ -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…
Cancel
Save