Skip to content

Commit

Permalink
Update git tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Jun 8, 2022
1 parent 5be9201 commit dbf3875
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.js
Expand Up @@ -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}`);
}

/**
Expand Down

0 comments on commit dbf3875

Please sign in to comment.