lemmy-js-client/deploy.sh

9 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