homebrewCreateVersionedFormula top-level property

ConfigVariable<bool> homebrewCreateVersionedFormula
final

Whether to update homebrewFormula in-place or copy it to a new @-versioned formula file for the current version number.

By default, this is true if and only if version is a prerelease version.

Implementation

final homebrewCreateVersionedFormula =
    InternalConfigVariable.fn(() => version.isPreRelease);