diff --git a/newpatch.sh b/newpatch.sh index 886b60c..6c45424 100755 --- a/newpatch.sh +++ b/newpatch.sh @@ -8,4 +8,5 @@ git pull --rebase cz bump --check-consistency --increment patch +git push git push --tags diff --git a/newversion.sh b/newversion.sh index cd8b0b4..d4254f2 100755 --- a/newversion.sh +++ b/newversion.sh @@ -8,4 +8,5 @@ git pull --rebase cz bump --check-consistency +git push git push --tags