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

[VERSIONING]

parent f2fe9185
......@@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack
name: gargantext
version: 0.0.5.8.2
version: 0.0.5.8.3
synopsis: Search, map, share
description: Please see README.md
category: Data
......
......@@ -15,7 +15,8 @@ vim CHANGELOG.md < /dev/tty
# Haskell
#################################################################
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 commit -m "[VERSION] +1 to ${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