From cb7891f4ffc388250c787c24d932a466a7593c87 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Thu, 26 Jun 2014 17:57:32 +0100 Subject: [PATCH] Fix retag --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index b27b993f6..306cc8877 100644 --- a/Makefile +++ b/Makefile @@ -50,12 +50,11 @@ tag: perl -lpe 's/VERSION/${NEW_TAG}/g; s/DATE/'`date -I`'/g;' docs/content/downloads.md.in > docs/content/downloads.md git tag $(NEW_TAG) @echo "Add this to changelog in README.md" - @echo " * $(NEW_TAG) - " `date -I` + @echo " * $(NEW_TAG) -" `date -I` @git log $(LAST_TAG)..$(NEW_TAG) --oneline @echo "Then commit the changes" @echo git commit -m "Version $(NEW_TAG)" -a -v @echo "And finally run make retag before make cross etc" retag: - echo git tag -f $(LAST_TAG) - + git tag -f $(LAST_TAG)