withTag method

  1. @override
ReleaseSource withTag(
  1. String tag
)
override

Returns a copy of this release source with a different tag.

Implementation

@override
ReleaseSource withTag(String tag) =>
    GitLabReleaseSource(projectPath: projectPath, tag: tag, baseUri: baseUri);