Improve recommended command to run

This commit is contained in:
Gwilym Kuiper 2021-06-20 23:31:07 +01:00
parent 05b2d66907
commit adfb4839b6

View file

@ -75,4 +75,4 @@ git commit -m "Release $PROJECT v$VERSION"
git tag -a $TAGNAME -m "$PROJECT - v$VERSION"
echo "Done! Push with"
echo "git push origin $TAGNAME"
echo "git push --atomic origin master $TAGNAME"