withTag abstract method

ReleaseSource withTag(
  1. String tag
)

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

Implementation

ReleaseSource withTag(String tag);