File: release.txt

package info (click to toggle)
virglrenderer 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 8,340 kB
  • sloc: ansic: 138,601; python: 963; sh: 470; makefile: 42
file content (11 lines) | stat: -rw-r--r-- 507 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
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)