File tree 1 file changed +13
-3
lines changed
1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,24 @@ A release is represented by:
11
11
* An updated package on deb.globaleaks.org;
12
12
* A signed repository.
13
13
14
- Release tagging
15
- ===============
16
- To release is tagger by means of the official version bump script by issuing:
14
+ Release versioning
15
+ ==================
16
+ A new release version is issued by means of the official version bump script by issuing:
17
17
18
18
.. code :: sh
19
19
20
20
cd GlobaLeaks && ./scripts/bump_version.sh $version
21
21
22
+ Release tagging
23
+ ===============
24
+ The release is tagged by meand of the following commands
25
+
26
+ .. code :: sh
27
+ export DEBFULLNAME=" GlobaLeaks software signing key"
28
+ export DEBEMAIL=" [email protected] "
29
+ git tag -s v0.1 -m ' GlobaLeaks version 0.1'
30
+ git push origin --tags
31
+
22
32
Release packaging
23
33
=================
24
34
The package is built by means of the official build script by issuing:
You can’t perform that action at this time.
0 commit comments