diff options
author | Stefan Kreutz <mail@skreutz.com> | 2022-05-20 22:49:40 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2022-05-20 22:49:40 +0200 |
commit | 0e3b55c81e218a93d6cdd157d1ca3785bc32c49e (patch) | |
tree | b501d8e90ef79ca5269bda2093355bd9ff14723d /README.md | |
parent | 32eb4a205eeb6c20a16e43496a7e4229641889cc (diff) | |
download | jotpass-0e3b55c81e218a93d6cdd157d1ca3785bc32c49e.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/readable-random-passwords-with-jot/) bl ## Install Run `make install` as root to install the `jotpass` 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=jotpass-0.1.0/ \ - --output jotpass-0.1.0.tar.gz 0.1.0 - |