Commit 07181cf5 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] version script

parent b7842a43
Pipeline #2134 failed with stage
in 10 minutes and 28 seconds
## Version 0.0.4.8.4\n*
## Version 0.0.4.8.4
* Migration: instance dev is now dev.sub.gargantext.org
## Version 0.0.4.1
* Refact/code design better syntax for DataType fields
......
......@@ -6,11 +6,10 @@ TMPFILE="xxxx"
git tag
echo "Which version ?"
read VERSION
echo "## Version ${VERSION}\n*" > $TMPFILE
echo "## Version ${VERSION}" > $TMPFILE
cat CHANGELOG.md >> $TMPFILE
mv $TMPFILE CHANGELOG.md
vim $TMPFILE < /dev/tty
vim CHANGELOG.md < /dev/tty
#################################################################
# Haskell
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment