mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-26 06:11:14 +00:00
7 lines
69 B
Bash
7 lines
69 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
new_tag="$1"
|
||
|
|
||
|
git tag $new_tag
|
||
|
git push origin $new_tag
|