6 lines
83 B
Bash
Executable File
6 lines
83 B
Bash
Executable File
#!/bin/bash
|
|
|
|
git fetch -p --prune-tags
|
|
git tag $(date +"%Y.%m.%d")
|
|
git push --tags
|