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

[VERSION] +1 to 0.0.4.8.4

parent 5a8e197b
Pipeline #4768 canceled with stage
## Version 0.0.4.8.4\n*
## Version 0.0.4.1
* Refact/code design better syntax for DataType fields
......
name: gargantext
version: '0.0.4.8.3'
version: '0.0.4.8.4'
synopsis: Search, map, share
description: Please see README.md
category: Data
......
#!/bin/bash
# Prompt
TMPFILE="xxxx"
git tag
echo "Which 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
......
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