• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/*
2 * This document explain how releases are made and how you can create one locally
3 */
4
5
6Since version 0.8.0 releases are now done by means of tags, i.e. the maintainer adds a tag,
7and Gitlab provide the release tarball/zipfile based on this.
8For more details about GitLab release, see https://docs.gitlab.com/ee/user/project/releases/
9
10If you needs to make your own archived, you can use git-archive (https://git-scm.com/docs/git-archive)
11or meson release (https://mesonbuild.com/Creating-releases.html)
12