Skip to content

Fix publish script

John Cai requested to merge jc-fix-publish-script into master

Fixing a couple of minor bugs in the publish script:

  • the version variable was not initialized before the version.match call
  • version = tag.sub(/^v/, '') stripped the v from the beginning of the version, so that when it got to version.match? it was 1.63.0 instead of v1.63.0
Edited by GitLab Release Tools Bot

Merge request reports