[Pkg-javascript-commits] [sockjs-client] 71/434: Few words of comment
Tonnerre Lombard
tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:47:02 UTC 2014
This is an automated email from the git hooks/post-receive script.
tonnerre-guest pushed a commit to branch master
in repository sockjs-client.
commit a40364b8c62fdb8af7b0ea396d4c7dbe86122e78
Author: Marek Majkowski <majek04 at gmail.com>
Date: Thu Aug 11 16:10:25 2011 +0100
Few words of comment
---
Makefile | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 345896a..f1c5fb5 100644
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,12 @@ serve:
sleep 0.1; \
done
+# To release do:
+# 1) commit everything you need
+# 2) amend 'version' file
+# 3) run 'make tag', and git push/git push --tag as suggested
+# 4) run 'make upload', and suggested commands
+
RVER:=$(shell cat version)
VER:=$(shell ./VERSION-GEN)
@@ -51,7 +57,7 @@ tag:
git commit version -m "Release $(RVER)"
git tag -a v$(RVER) -m "Release $(RVER)"
@echo ' [*] Now run'
- @echo 'git push --all'
+ @echo 'git push; git push --tag'
upload: build
[ -e ../sockjs-client-gh-pages ] || \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git
More information about the Pkg-javascript-commits
mailing list