homebrewTag top-level property

ConfigVariable<String> homebrewTag
final

The Git tag for version of the package being released.

This tag must already exist in the local clone of the repo; it's not created by this task. It defaults to version.

Implementation

final homebrewTag = InternalConfigVariable.value(version.toString());