Commit b7842a43 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[VERSION] +1 to 0.0.4.8.4

parent 5a8e197b
## Version 0.0.4.8.4\n*
## 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
......
name: gargantext name: gargantext
version: '0.0.4.8.3' version: '0.0.4.8.4'
synopsis: Search, map, share synopsis: Search, map, share
description: Please see README.md description: Please see README.md
category: Data category: Data
......
#!/bin/bash #!/bin/bash
# Prompt # Prompt
TMPFILE="xxxx"
git tag git tag
echo "Which version ?" echo "Which version ?"
read VERSION read VERSION
echo "Change to: ${VERSION}" echo "## Version ${VERSION}\n*" > $TMPFILE
cat CHANGELOG.md >> $TMPFILE
mv $TMPFILE CHANGELOG.md
vim $TMPFILE < /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