From 54ef0748f2faf811e6153ef07410582f239a9939 Mon Sep 17 00:00:00 2001 From: Nicolas Sebrecht Date: Mon, 28 Sep 2015 03:38:45 +0200 Subject: [PATCH] contrib/release.sh: add CLI samples Signed-off-by: Nicolas Sebrecht --- contrib/release.sh | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/contrib/release.sh b/contrib/release.sh index 6978a23..a9d75d7 100755 --- a/contrib/release.sh +++ b/contrib/release.sh @@ -16,7 +16,7 @@ # TODO: move configuration out and source it. # TODO: implement rollback. -__VERSION__='v0.2' +__VERSION__='v0.3' SPHINXBUILD=sphinx-build @@ -430,6 +430,16 @@ cat < master:master +- git push next:next +- git push $new_version +- cd website +- git checkout master +- git merge $branch_name +- git push master:master +- cd .. +- git send-email $TMP_ANNOUNCE Have fun! ,-) EOF