directory
0.0.0-20241117142309-2baf946a643f
Repository: https://github.com/sudo-bmitch/version-bump.git
Documentation: pkg.go.dev

# Packages

Package config defines the config file and load methods.
Package filesearch is used to retrieve files for scanning.
Package lockfile is used to manage the lockfile of managed versions.
Package processor wraps the call to the scanner and requests to the source for a single type of update to a single file.
Package scan parses content for version data from a file (or ReadCloser).
Package source is used to fetch the latest version information from upstream.
Package template wraps a common set of templates around text/template.
Package version returns details on the Go and Git repo used in the build.