From 416f15dfe424cba1ee18cf0e4b1e6a8d1174f4f2 Mon Sep 17 00:00:00 2001 From: Thomas Guyot-Sionnest Date: Sat, 18 Jan 2014 02:26:45 -0500 Subject: [PATCH] Bump copyright year... And add notes for next release :) --- README | 2 +- RELEASING | 18 +++++++++++------- lib/IPC/Semaphore/Concurrency.pm | 2 +- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/README b/README index 0317f39..d24d6d8 100644 --- a/README +++ b/README @@ -28,7 +28,7 @@ This module requires these other modules and libraries: COPYRIGHT AND LICENCE -Copyright (C) 2009 by Thomas Guyot-Sionnest +Copyright (C) 2009-2014 by Thomas Guyot-Sionnest This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, diff --git a/RELEASING b/RELEASING index 61e1186..3f3186f 100644 --- a/RELEASING +++ b/RELEASING @@ -9,25 +9,29 @@ Releasing steps README lib/IPC/Semaphore/Concurrency.pm -4. Run Makefile.PL +4. Bump copyright year in: + README + lib/IPC/Semaphore/Concurrency.pm + +5. Run Makefile.PL -5. Commit changes +6. Commit changes -6. Make signed tag: +7. Make signed tag: $ IPCSC_VER=0.03 $ git tag -su DE417216 -m "CPAN Release $IPCSC_VER" release-$IPCSC_VER -7. Push master and tags to GitHub: +8. Push master and tags to GitHub: $ git push origin $ git push --tags origin -8. Export tree and remove .gitignore +9. Export tree and remove .gitignore $ git checkout-index -a --prefix=../release/IPC-Semaphore-Concurrency-$IPCSC_VER/ $ cd ../release/ $ rm IPC-Semaphore-Concurrency-$IPCSC_VER/.gitignore -9. Tar/gz the tree +10. Tar/gz the tree $ tar --owner 0 --group 0 -czvf IPC-Semaphore-Concurrency-$IPCSC_VER.tar.gz IPC-Semaphore-Concurrency-$IPCSC_VER -10. Upload to CPAN +11. Upload to CPAN diff --git a/lib/IPC/Semaphore/Concurrency.pm b/lib/IPC/Semaphore/Concurrency.pm index dd7a7d3..04a4ddd 100644 --- a/lib/IPC/Semaphore/Concurrency.pm +++ b/lib/IPC/Semaphore/Concurrency.pm @@ -411,7 +411,7 @@ Thomas Guyot-Sionnest =head1 COPYRIGHT AND LICENSE -Copyright (C) 2009 Thomas Guyot-Sionnest +Copyright (C) 2009-2014 Thomas Guyot-Sionnest This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, -- 2.11.4.GIT