Skip to content

Commit

Permalink
fix(build.sh): add command to create tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Apr 26, 2021
1 parent 7f034ab commit 1150888
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ echo ""
echo "- git checkout -b vendor-0.$version.0"
echo "- git add assets/*.mmdb"
echo "- git commit -am \"Release 0.$version.0\""
echo "- git tag -s v0.$version.0"
echo "- git push origin vendor-0.$version.0"
echo ""
echo "For updating, you need to go in github.com/ooni/probe-cli and run:"
Expand Down

0 comments on commit 1150888

Please sign in to comment.