diff options
author | Greg Sabino Mullane | 2012-01-18 02:57:36 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2012-01-18 02:57:36 +0000 |
commit | ead3aa53fce60c1db3d91277b96b3ccd38477b04 (patch) | |
tree | 6223ad3706e6902073eac9105c56c9156aa93216 | |
parent | b45e239395000b2e6675f346c2acfde81b4556ec (diff) |
Note need to commit before the tagging.
-rw-r--r-- | README.dev | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.dev b/README.dev index eb482bd8a..65d349d58 100644 --- a/README.dev +++ b/README.dev @@ -13,6 +13,7 @@ Quick notes on the current release process: * Run: perl Makefile.PL; make html * Run: make signature_asc * Run: make signature +* Run: git commit -a * Add a new tag: git tag -u 14964ac8 1.2.3 -m "Version 1.2.3, released August 3, 2009" <commit> * Run: export TEST_SIGNATURE=1 TEST_CRITIC=1 TEST_SPELL=1 TEST_POD=1 TEST_AUTHOR=1 * Run: make distclean; perl Makefile.PL; make disttest |