lemmy-js-client/deploy.sh

9 lines
100 B
Bash
Raw Normal View History

2021-01-20 15:23:37 +00:00
#!/bin/bash
new_tag="$1"
2024-01-28 17:45:52 +00:00
pnpm version $new_tag
2021-01-20 15:35:12 +00:00
git push
2021-01-20 15:23:37 +00:00
git tag $new_tag
git push origin $new_tag