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:
d5fb645
)
`git commit -a' is interactive
author
Wolfram Schneider
<wosch@indexdata.dk>
Fri, 2 Dec 2011 17:40:52 +0000
(17:40 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Fri, 2 Dec 2011 17:40:52 +0000
(17:40 +0000)
id-release
patch
|
blob
|
history
diff --git
a/id-release
b/id-release
index
f6875c7
..
bce301a
100755
(executable)
--- a/
id-release
+++ b/
id-release
@@
-72,8
+72,10
@@
perl -i.bak -npe "s,^Version: .*,Version: $version," $spec
######################################################################
echo ""
-echo "# Please run now"
+echo "# Please commit the version updates now"
echo "git commit -a"
+echo ""
+echo "# Please run now"
echo "git push"
echo "git tag v$version"
echo "git push origin tag v$version"