mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 12:21:16 +00:00
6 lines
69 B
Bash
Executable file
6 lines
69 B
Bash
Executable file
#!/bin/bash
|
|
|
|
new_tag="$1"
|
|
|
|
git tag $new_tag
|
|
git push origin $new_tag
|