From 0c717c04283346676825d1bcfa82832523f7e7e2 Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Sun, 7 Nov 2021 17:28:28 +0100 Subject: [PATCH] added newtag.sh --- newtag.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 newtag.sh diff --git a/newtag.sh b/newtag.sh new file mode 100755 index 0000000..c96192c --- /dev/null +++ b/newtag.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +git tag $(date +"%Y.%m.%d") +git push --tags