Commit 1854f96f authored by Alexandre Delanoë's avatar Alexandre Delanoë

[LEGEND]

parent 3ba2dc22
......@@ -8,6 +8,7 @@ TMPFILE="xxxx"
git tag
echo "Which version ?"
read VERSION
echo "## Version ${VERSION} [RELEASE CANDIDATE 007]" > $TMPFILE
cat CHANGELOG.md >> $TMPFILE
mv $TMPFILE CHANGELOG.md
......
# Legend
Each new version is explained with the following conventions:
* [WHERE][WHAT] WORDS
WHERE = BACK | FRONT
WHAT = FEAT | FIX | OPTIM
WORDS = Title of the issue with the link to follow discussion
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