[PATCH] Record contributors when releasing a new version
Jonathan Wiltshire
jmw at debian.org
Sun Aug 7 18:26:13 EDT 2011
---
Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 5088899..cdadc91 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,8 @@ tag:
echo Uncommitted changes in above files; exit 1; fi
sed 's/^\(my $$version = \).*/\1$(VERSION);/' -i get_iplayer
@./get_iplayer --manpage get_iplayer.1; git add get_iplayer.1
- @git commit -m "Tag version $(VERSION)" get_iplayer get_iplayer.1
+ @git log --format='%aN' |sort -u > CONTRIBUTORS; git add CONTRIBUTORS
+ @git commit -m "Tag version $(VERSION)" get_iplayer get_iplayer.1 CONTRIBUTORS
@git tag v$(VERSION)
tarball:
--
1.7.5.4
--
Jonathan Wiltshire jmw at debian.org
Debian Developer http://people.debian.org/~jmw
4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC 74C3 5394 479D D352 4C51
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/get_iplayer/attachments/20110807/105e0f2d/attachment.sig>
More information about the get_iplayer
mailing list