lemmy-js-client/deploy.sh
maarten.vercruysse 8f9fe6e435 type changes
2023-09-23 01:13:26 +02:00

8 lines
114 B
Bash

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