projects
/
citadel
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d1ba1b
)
ZZ
author
Art Cancro
<ajc@citadel.org>
Mon, 14 Jun 2021 22:34:54 +0000
(18:34 -0400)
committer
Art Cancro
<ajc@citadel.org>
Mon, 14 Jun 2021 22:34:54 +0000
(18:34 -0400)
do-release.sh
patch
|
blob
|
history
diff --git
a/do-release.sh
b/do-release.sh
index 9d2e656e5987a69d3033dbd7d26da379b19d8159..fc3955e3e0ef84839b39104f809d9fbd053c72a0 100755
(executable)
--- a/
do-release.sh
+++ b/
do-release.sh
@@
-61,4
+61,10
@@
echo $NEW_VERSION >release_version.txt
git add release_version.txt
echo -e ''
echo -e '\033[37m\033[1mUpdating release_version.txt to indicate version '${NEW_VERSION}'\033[0m'
+echo -e '\033[37m\033[1mGenerating a commit\033[0m'
+echo -e ''
+git commit -a -m Release version ${NEW_VERSION} generated by do-release.sh on `date`
+
+echo -e ''
+echo -e '\033[37m\033[1mFinished. Remember to push this commit.\033[0m'
echo -e ''