5 lines
57 B
Bash
Executable File
5 lines
57 B
Bash
Executable File
#!/bin/bash
|
|
|
|
git tag $(date +"%Y.%m.%d")
|
|
git push --tags
|