diff options
author | Stefan Kreutz <mail@skreutz.com> | 2022-05-20 23:15:31 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2022-05-20 23:15:31 +0200 |
commit | ac13cb90143bee033a396acc3524c761a58bec10 (patch) | |
tree | ca9166bbd5f41c078ab3bb645c50aaeb48acc750 /README.md | |
parent | 7fd4151a2893f9723e482ae045c468be4ceb2f0a (diff) | |
download | temp-postgres-ac13cb90143bee033a396acc3524c761a58bec10.tar |
Remove git tag instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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 - |