lemmy-js-client/deploy.sh

8 lines
100 B
Bash
Executable file

#!/bin/bash
new_tag="$1"
pnpm version $new_tag
git push
git tag $new_tag
git push origin $new_tag