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 ## Version 0.0.4.1
* Refact/code design better syntax for DataType fields * Refact/code design better syntax for DataType fields
......
...@@ -6,11 +6,10 @@ TMPFILE="xxxx" ...@@ -6,11 +6,10 @@ TMPFILE="xxxx"
git tag git tag
echo "Which version ?" echo "Which version ?"
read VERSION read VERSION
echo "## Version ${VERSION}\n*" > $TMPFILE echo "## Version ${VERSION}" > $TMPFILE
cat CHANGELOG.md >> $TMPFILE cat CHANGELOG.md >> $TMPFILE
mv $TMPFILE CHANGELOG.md mv $TMPFILE CHANGELOG.md
vim $TMPFILE < /dev/tty vim CHANGELOG.md < /dev/tty
################################################################# #################################################################
# Haskell # 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