[DBD::Pg 3/4] Add section to README.dev on generating git tags
dbdpg-commits-gENoVmVU/[email protected] Tue, 21 Aug 2012 13:16:23 -0400
| Newsgroups | gmane.comp.db.postgresql.dbdpg.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by Greg Sabino Mullane <greg-O9fzpki4YnJWk0Htik3J/[email protected]> Subject: [DBD::Pg 3/4] Add section to README.dev on generating git tags --- README.dev | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/README.dev b/README.dev index ecbe98f..e78b40a 100644 --- a/README.dev +++ b/README.dev @@ -623,6 +623,9 @@ release tarball. Make sure there is nothing important here. * Run "make disttest". This unpacks the tarball, then runs "make" and "make test" on it. You may also want to remove the directory it creates later by using "make realclean" +* Make a new git tag: git tag -u 01234abc 1.2.3 -n "Version 1.2.3, released April 1, 2015" +In the example above, 01234abc is your pgp shortid and 1.2.3 is the new version number. + * Make checksums Generate md5 and sha1 checksums of the tarball. Include this in your emails. -- 1.7.1