summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 8380fa3..5ff73c9 100644
--- a/README.rst
+++ b/README.rst
@@ -146,6 +146,26 @@ Discussion around parabolaiso takes place on the `dev mailing list
All past and present authors of parabolaiso are listed in `AUTHORS <AUTHORS.rst>`_.
+Releases
+========
+
+`Releases of parabolaiso <https://gitlab.com/Megver83/parabolaiso/-/tags>`_ are created by its current maintainer
+`David P <https://gitlab.com/Megver83>`_. Tags are signed using the PGP key with the ID
+`6DB9C4B4F0D8C0DC432CF6E4227CA7C556B2BA78`.
+
+To verify a tag, first import the relevant PGP key:
+
+ .. code:: bash
+
+ gpg --auto-key-locate wkd --search-keys megver83@parabola.nu
+
+
+Afterwards a tag can be verified from a clone of this repository:
+
+ .. code:: bash
+
+ git verify-tag <tag>
+
License
=======