summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2022-05-20 22:53:36 +0200
committerStefan Kreutz <mail@skreutz.com>2022-05-20 22:53:36 +0200
commitdefc19f0194e8ed97b9a729a09eca266fc1168b8 (patch)
treecff597e92ce9f546f5e6d625d8322fdc01e11532
parent28a34e33a6b6a2ba6810fd2e366a29bda5e03970 (diff)
downloadshellpass-defc19f0194e8ed97b9a729a09eca266fc1168b8.tar
Remove git tag instructions
-rw-r--r--README.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/README.md b/README.md
index f1cc2c5..52e1cef 100644
--- a/README.md
+++ b/README.md
@@ -8,13 +8,3 @@ Warning: This is a toy project. Do not use it to store sensitive information.
## Install
Run `make install` as root to install the `shellpass` utility and man page.
-
-## Release
-
-Create an annotated tag, and an archive as follows, replacing `0.1.0` with the
-current version.
-
- $ git tag --annotate --message "Version 0.1.0" 0.1.0
- $ git archive --format=tar.gz --prefix=shellpass-0.1.0/ \
- --output shellpass-0.1.0.tar.gz 0.1.0
-
Generated by cgit. See skreutz.com for my tech blog and contact information.