Commit 48f088d7 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[VERSION] +1 to 0.0.7.4.6

parent 51726c24
## Version 0.0.7.4.6
* [BACK][FIX][project in `docker-compose` (#450)](https://gitlab.iscpif.fr/gargantext/haskell-gargantext/issues/450)
* [BACK][FIX][Upgrade GHC to 9.6.x (#436)](https://gitlab.iscpif.fr/gargantext/haskell-gargantext/issues/436) and [Merge Request](https://gitlab.iscpif.fr/gargantext/haskell-gargantext/merge_requests/395)
* [BACK][FIX][Error during import of term in TSV format (#381)](https://gitlab.iscpif.fr/gargantext/haskell-gargantext/issues/381)
* [BACK][FIX][Loading a terms file with empty terms gives an undecipherable and inconsistent error (#395)](https://gitlab.iscpif.fr/gargantext/haskell-gargantext/issues/395) and [Merge Request](https://gitlab.iscpif.fr/gargantext/haskell-gargantext/merge_requests/399)
## Version 0.0.7.4.5.1
* [FRONT][FIX][[Corpus import/upload] The error message has disappeared on version 0.0.7.4.2 at least (#728)](https://gitlab.iscpif.fr/gargantext/purescript-gargantext/issues/728)
......
......@@ -5,36 +5,36 @@
# Prompt
TMPFILE="xxxx"
#git tag
#echo "Which version ?"
#read VERSION
#
#echo "## Version ${VERSION}" > $TMPFILE
#cat CHANGELOG.md >> $TMPFILE
#mv $TMPFILE CHANGELOG.md
#vim CHANGELOG.md < /dev/tty
#git add -u
#git commit -m "[VERSION] +1 to ${VERSION}"
#git tag $VERSION
#git push origin master $VERSION
#
##################################################################
## Haskell
##################################################################
#cd haskell-gargantext
##YAML="package.yaml"
#CABL="gargantext.cabal"
##sed -i "s/version:.*/version: \'$VERSION\'/" $YAML
#sed -i "s/^version:.*/version: $VERSION/" $CABL
#cp ../CHANGELOG.md .
#git add -u
#git commit -m "[VERSION] +1 to ${VERSION}"
#git tag $VERSION
#git push origin dev $VERSION
#
git tag
echo "Which version ?"
read VERSION
echo "## Version ${VERSION}" > $TMPFILE
cat CHANGELOG.md >> $TMPFILE
mv $TMPFILE CHANGELOG.md
vim CHANGELOG.md < /dev/tty
git add -u
git commit -m "[VERSION] +1 to ${VERSION}"
git tag $VERSION
git push origin master $VERSION
#################################################################
# Purescript
# Haskell
#################################################################
cd haskell-gargantext
#YAML="package.yaml"
CABL="gargantext.cabal"
#sed -i "s/version:.*/version: \'$VERSION\'/" $YAML
sed -i "s/^version:.*/version: $VERSION/" $CABL
cp ../CHANGELOG.md .
git add -u
git commit -m "[VERSION] +1 to ${VERSION}"
git tag $VERSION
git push origin dev $VERSION
################################################################
Purescript
################################################################
JSON="purescript-gargantext/package.json"
sed -i "s/\"version\": \".*\"/\"version\": \"${VERSION}\"/" $JSON
cd purescript-gargantext
......
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