Skip to content

Commit

Permalink
[doc] Update documentation about release tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed Oct 29, 2024
1 parent 11fd27f commit d483ef1
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions documentation/developer/ReleaseProcedure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,24 @@ A release is represented by:
* An updated package on deb.globaleaks.org;
* A signed repository.

Release tagging
===============
To release is tagger by means of the official version bump script by issuing:
Release versioning
==================
A new release version is issued by means of the official version bump script by issuing:

.. code:: sh
cd GlobaLeaks && ./scripts/bump_version.sh $version
Release tagging
===============
The release is tagged by meand of the following commands

.. code:: sh
export DEBFULLNAME="GlobaLeaks software signing key"
export DEBEMAIL="[email protected]"
git tag -s v0.1 -m 'GlobaLeaks version 0.1'
git push origin --tags
Release packaging
=================
The package is built by means of the official build script by issuing:
Expand Down

0 comments on commit d483ef1

Please sign in to comment.