summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2022-05-20 22:00:13 +0200
committerStefan Kreutz <mail@skreutz.com>2022-05-20 22:00:13 +0200
commitfced93e36d77047e0a1fb4b1a94bb01a8120de2c (patch)
treea096bab9b0e541f34f228184ebae23e94a939605
parent5de41afa5a1976f42997347f4a213e031678ec34 (diff)
downloadopenbsd-installiso-fced93e36d77047e0a1fb4b1a94bb01a8120de2c.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 e1d6211..a28240f 100644
--- a/README.md
+++ b/README.md
@@ -8,13 +8,3 @@ for an introduction, and refer to the man page for details.
## Install
Run `make install` as root to install the `installiso` 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=installiso-0.1.0/ \
- --output installiso-0.1.0.tar.gz 0.1.0
-
Generated by cgit. See skreutz.com for my tech blog and contact information.