lemmy-js-client/deploy.sh
2023-09-28 08:42:27 -04:00

8 lines
114 B
Bash
Executable file

#!/bin/bash
new_tag="$1"
yarn version --new-version $new_tag
git push
git tag $new_tag
git push origin $new_tag