From 5f72d5e9aae9b00b2c1c3ba2f327537c9810ccfa Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Thu, 9 Jan 2014 20:15:43 +0100 Subject: [PATCH] Push after releasing --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 88d37cb9..9cbf79cf 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ dist: git archive --prefix notion-$$RELEASE/ --format=tar.gz $$RELEASE > ../notion-$$RELEASE-src.tar.gz ;\ git archive --prefix notion-$$RELEASE/ --format=tar $$RELEASE | bzip2 > ../notion-$$RELEASE-src.tar.bz2 ;\ perl -p -i -e "s/^#define NOTION_RELEASE.*/#define NOTION_RELEASE \"snapshot\"/" version.h ;\ - git add version.h; git commit -m "Released version $$RELEASE" + git add version.h; git commit -m "Released version $$RELEASE" ; git push .PHONY: test -- 2.11.4.GIT