This website requires JavaScript.
Explore
Help
Sign In
paulbsd
/
transmission-blocklist
Watch
1
Star
0
Fork
0
You've already forked transmission-blocklist
Code
Issues
Pull Requests
Projects
Releases
3
Wiki
Activity
2024.11.30
transmission-blocklist
/
newtag.sh
6 lines
83 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
updated transmission-blocklist
2021-12-29 15:27:40 +01:00
#!/bin/bash
updated newtag.sh
2023-07-31 10:08:10 +02:00
git fetch -p --prune-tags
updated transmission-blocklist
2021-12-29 15:27:40 +01:00
git tag
$(
date +
"%Y.%m.%d"
)
git push --tags
Reference in New Issue
Copy Permalink