projects
/
git-tools-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6306ca
)
generate a true shell script
author
Wolfram Schneider
<wosch@indexdata.dk>
Tue, 7 Jul 2015 13:01:43 +0000
(13:01 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Tue, 7 Jul 2015 13:01:43 +0000
(13:01 +0000)
id-release
patch
|
blob
|
history
diff --git
a/id-release
b/id-release
index
5acbcfb
..
8039946
100755
(executable)
--- a/
id-release
+++ b/
id-release
@@
-22,7
+22,9
@@
case $1 in
* ) usage ;;
esac
+echo "#!/bin/sh"
echo "# See also https://twiki.indexdata.com/twiki/bin/view/ID/AdamsReleaseProcedure"
+echo "set -e"
echo ""
echo "# Did you updated the news log file?"
@@
-99,3
+101,5
@@
echo "# if successfully, don't forget to push to origin"
echo "git push origin master"
echo "git push origin tag v$version"
+# EOF
+