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