Skip to content

fix: use gitlab.Client.BaseURL to display release URL

Simon Ser requested to merge emersion/gitlab-cli:release-create-url into main

Description

Sorry, it seems like !1405 (merged) wasn't quite enough to fix the original bug reported in #7427 (closed). It only fixed the artifacts URLs, not the release link printed in the user message.

Related Issues

Resolves #7427 (closed)

How has this been tested?

Try to run glab release create on a gitlab.freedesktop.org repository.

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)
  • Test gap

Merge request reports