diff --git a/Makefile.js b/Makefile.js index 313d8b5e024..69f14409a8c 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}`); } /**