]>
Git — Sourcephile - gargantext.git/blob - version
7 echo "Change to: ${VERSION}"
9 #################################################################
11 #################################################################
13 sed -i "s/version:.*/version: \'$VERSION\'/" $YAML
15 git commit
-m "[VERSION] +1 to ${VERSION}"
18 #################################################################
20 #################################################################
21 JSON
="purescript-gargantext/package.json"
22 sed -i "s/\"version\": \".*\"/\"version\": \"${VERSION}\"/" $JSON
23 cd purescript
-gargantext
25 git commit
-m "[VERSION] +1 to ${VERSION}"