Skip to content

Commit

Permalink
ARLAS Command line 0.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvaingaudan committed Feb 6, 2024
1 parent 79a9423 commit 76917ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ jsonschema2md -d docs/model/ -o docs/model/
rm -r out
git add docs/model

echo ${VERSION} > version.txt
git add version.txt
git commit -m "ARLAS Command line ${VERSION}"
# TAG
git tag -a ${VERSION} -m "ARLAS Command line ${VERSION}"
git push origin ${VERSION}
git push origin master
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.18
0.1.19

0 comments on commit 76917ea

Please sign in to comment.