Commit 920d3ec4 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[VERSIONING]

parent f2fe9185
...@@ -5,7 +5,7 @@ cabal-version: 1.12 ...@@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
name: gargantext name: gargantext
version: 0.0.5.8.2 version: 0.0.5.8.3
synopsis: Search, map, share synopsis: Search, map, share
description: Please see README.md description: Please see README.md
category: Data category: Data
......
...@@ -15,7 +15,8 @@ vim CHANGELOG.md < /dev/tty ...@@ -15,7 +15,8 @@ vim CHANGELOG.md < /dev/tty
# Haskell # Haskell
################################################################# #################################################################
YAML="package.yaml" YAML="package.yaml"
sed -i "s/version:.*/version: \'$VERSION\'/" $YAML CABL="gargantext.cabal"
sed -i "s/version:.*/version: \'$VERSION\'/" $YAML $CABL
git add -u git add -u
git commit -m "[VERSION] +1 to ${VERSION}" git commit -m "[VERSION] +1 to ${VERSION}"
git tag $VERSION git tag $VERSION
......
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