Skip to content

Commit d483ef1

Browse files
committed
[doc] Update documentation about release tagging
1 parent 11fd27f commit d483ef1

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

documentation/developer/ReleaseProcedure.rst

+13-3
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,24 @@ A release is represented by:
1111
* An updated package on deb.globaleaks.org;
1212
* A signed repository.
1313

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:
1717

1818
.. code:: sh
1919
2020
cd GlobaLeaks && ./scripts/bump_version.sh $version
2121
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+
2232
Release packaging
2333
=================
2434
The package is built by means of the official build script by issuing:

0 commit comments

Comments
 (0)