Commit 575ed0c9 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] Version Candidate is done

parent c6a49f7a
......@@ -9,7 +9,7 @@ git tag
echo "Which version ?"
read VERSION
echo "## Version ${VERSION} [RELEASE CANDIDATE 007]" > $TMPFILE
echo "## Version ${VERSION}" > $TMPFILE
cat CHANGELOG.md >> $TMPFILE
mv $TMPFILE CHANGELOG.md
vim CHANGELOG.md < /dev/tty
......
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