From 1d64270fb5326ff37631ab8130c8e2ae80012f1c Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdx@users.noreply.github.com> Date: Tue, 19 Dec 2023 10:40:33 -0600 Subject: [PATCH] release: push changes to github --- scripts/postversion.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/postversion.sh b/scripts/postversion.sh index 52d7dd5..4aed6ed 100755 --- a/scripts/postversion.sh +++ b/scripts/postversion.sh @@ -3,6 +3,8 @@ set -euxo pipefail VERSION=$(jq -r .version package.json) +# push changes to github +git push # push the current tag to github git push origin "v$VERSION" # set the v1 tag to this release