From dbf387577d21f1a38c1192c1a288295b6f05be50 Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Wed, 8 Jun 2022 11:00:40 -0700 Subject: [PATCH] Update git tag --- Makefile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.js b/Makefile.js index 75d51bd60d31..97a8e6491ff6 100644 --- a/Makefile.js +++ b/Makefile.js @@ -295,6 +295,7 @@ function generateRelease() { echo("Updating commit with docs data"); exec("git add docs/src/_data && git commit --amend --no-edit"); + exec(`git tag -f v${releaseInfo.version}`); } /**