v0.4.0
Backward-Incompatible Changes
Version 0.4.0
treats replace
configs as a list of strings.
Before upgrading to 0.4.x
, you will need to update any configuration files:
- path: "README.md"
replace:
- "**Latest Version:** v{version}"
# Rewrite download URLs in the README to point to the new version.
- "/v{version}"
# Update the version in the usage example.
- "VersionBump v{version}"