Commit 1a401a06 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] package.yaml not used any more

parent 9161644b
......@@ -22,9 +22,9 @@ git push origin master $VERSION
# Haskell
#################################################################
cd haskell-gargantext
YAML="package.yaml"
#YAML="package.yaml"
CABL="gargantext.cabal"
sed -i "s/version:.*/version: \'$VERSION\'/" $YAML
#sed -i "s/version:.*/version: \'$VERSION\'/" $YAML
sed -i "s/^version:.*/version: $VERSION/" $CABL
cp ../CHANGELOG.md .
git add -u
......
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