package
0.0.0-20241117142309-2baf946a643f
Repository: https://github.com/sudo-bmitch/version-bump.git
Documentation: pkg.go.dev
# Functions
LoadFile imports a config from a filename.
LoadReader imports a config from a reader.
New creates an empty config.
# Structs
Config contains the configuration options for the project.
File defines a file to process for version bumps.
Filter defines how items are filtered in from the source.
Processor scans with a selected scanner and source.
Scan defines how to search a file for versions.
Sort defines how multiple results should be filtered and sorted.
Source defines how to get the current version.