diff options
author | Nick White <git@njw.me.uk> | 2008-07-02 22:51:54 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2008-07-02 22:51:54 +0100 |
commit | 51135398d822cded214defd330b9fe5dfd9ee283 (patch) | |
tree | 7704c190fe243bfd7f72f2f35272ffcd679843e9 /doc | |
parent | baab926c00479b4ab36db275268269da85549bd5 (diff) |
Finally got git tags instructions right
Diffstat (limited to 'doc')
-rw-r--r-- | doc/RELEASING | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/RELEASING b/doc/RELEASING index 3da354a..55dc6bd 100644 --- a/doc/RELEASING +++ b/doc/RELEASING @@ -5,6 +5,7 @@ src/version.h 2. Tag current commit in git git-tag -s vX.X + git-push --tags - Source Tarball - 1. Create a clean tarball, and sign & checksum it |