summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-06 18:10:37 -0600
committerJeff Carr <[email protected]>2024-01-06 18:10:37 -0600
commit366dc54ae45c39765a054760d2bae8c6a5c38a5e (patch)
tree796eb5721c75402d25ce73687c96a60ac0b2d074
parent09d3bbb857910422c8160b2aac64c1b699ab7574 (diff)
fix makefile
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index af26bf7..c2a13b9 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,9 @@ redomod:
go mod tidy
github:
+ git push origin master
+ git push origin devel
+ git push origin --tags
git push github master
git push github devel
git push github --tags