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}`); } /**