property VersionFile.patterns
Deprecated

Use template-based generation instead of pattern-based updates. Patterns are only used for backwards compatibility with non-template workflows.

Legacy patterns for extracting/updating version info

Index Signatures

[key: string] : RegExp | undefined

Properties

optional
version: RegExp
optional
buildDate: RegExp
optional
gitCommit: RegExp

Usage

import { type VersionFile } from ".";