Loading .gitlab-ci.yml +8 −2 Original line number Diff line number Diff line Loading @@ -123,11 +123,17 @@ go_mod_tidy: # Release the v2 module with tags in the format v2/vX.Y.Z, which the Go # module proxy requires for subdirectory modules. # # The root module's release uses tagFormat "v${version}" (via the included # standard.yml template), so there is no risk of tag collisions with v2's # "v2/v${version}" format. release-v2: image: node:lts image: node:22 stage: release variables: GIT_DEPTH: 0 script: - npx semantic-release --extends ./v2/.releaserc.json - npx --yes semantic-release --extends ./v2/.releaserc.json rules: - if: $CI_COMMIT_BRANCH == "main" Loading Loading
.gitlab-ci.yml +8 −2 Original line number Diff line number Diff line Loading @@ -123,11 +123,17 @@ go_mod_tidy: # Release the v2 module with tags in the format v2/vX.Y.Z, which the Go # module proxy requires for subdirectory modules. # # The root module's release uses tagFormat "v${version}" (via the included # standard.yml template), so there is no risk of tag collisions with v2's # "v2/v${version}" format. release-v2: image: node:lts image: node:22 stage: release variables: GIT_DEPTH: 0 script: - npx semantic-release --extends ./v2/.releaserc.json - npx --yes semantic-release --extends ./v2/.releaserc.json rules: - if: $CI_COMMIT_BRANCH == "main" Loading