You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
507 B
12 lines
507 B
4 years ago
|
/*
|
||
|
* 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)
|