diff options
author | Greg Sabino Mullane | 2009-08-23 14:55:54 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2009-08-23 14:55:54 +0000 |
commit | 5b06a156d32c8e1fcba034cd0e035673e03b8837 (patch) | |
tree | 7e28dc01ee515ce08d4e6654adc5388a0f45bcf0 | |
parent | 8029711ecbd305365a1d3702845edf2ac4fa4757 (diff) |
Rearrange order.
-rw-r--r-- | README.dev | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.dev b/README.dev index 78614ba73..f7f3248ee 100644 --- a/README.dev +++ b/README.dev @@ -13,12 +13,12 @@ Quick notes on the current release process: * Run: make html * Run: make signature_asc * Run: make signature +* 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 * git commit as needed * Run: make dist * git push -* Add a new tag: git tag -u 14964ac8 1.2.3 -m "Version 1.2.3, released August 3, 2009" <commit> * git push --tags Login to the bucardo.org box, and then: |