Skip to content

Commit

Permalink
fixes publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Coser committed Jan 29, 2020
1 parent 8e1795f commit a7fba69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/publish.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env sh
TAG=$1

sed -ie "s|'com.github.DaikonWeb:daikon:.*'|'com.github.DaikonWeb:daikon:${TAG}'|g" README.md
sed -ie "s|<version>.*</version>|<version>${TAG}</version>|g" README.md
sed -i -e "s|'com.github.DaikonWeb:daikon:.*'|'com.github.DaikonWeb:daikon:${TAG}'|g" README.md
sed -i -e "s|<version>.*</version>|<version>${TAG}</version>|g" README.md

git commit -am "Release ${TAG}"
git tag $TAG
Expand Down

0 comments on commit a7fba69

Please sign in to comment.