bumper builtins - Built-in commands for working with versions and changelogs
bumper builtins [command [command options]]
current:default Get the current version of a release group using the default strategy
current:file Get the current version from a simple text file
current:npm Get the current version of a release group using an npm package.json file
current:toml Get the current version from a key in a TOML file
current:json Get the current version from a key in a JSON file
current:yaml Get the current version from a key in a YAML file
next:default Set the version of a release group using the default strategy
next:file Set the next version in a simple text file
next:npm Set version of a release group in an npm package.json file
next:toml Set the next version at a key in a TOML file
next:json Set the next version at a key in a JSON file
next:yaml Set the next version at a key in a YAML file
amendlog:default Get the current version of a release group using the default strategy
cat:default Get the release notes of a release group using the default strategy