From ac13cb90143bee033a396acc3524c761a58bec10 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Fri, 20 May 2022 23:15:31 +0200 Subject: Remove git tag instructions --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index b7c9fa6..b2a4747 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,3 @@ See [this](https://www.skreutz.com/posts/temporary-postgresql-server/) blog post ## Install Run `make install` as root to install the `temp-postgres` 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=temp-postgres-0.1.0/ \ - --output temp-postgres-0.1.0.tar.gz 0.1.0 - -- cgit v1.2.3