cli - exec  ✔ should contain commands with actions  cli - release  ✔ should contain release command and delegate to rtk release when exec is called  json  setVersion  ✔ should only set version but not modify json file when dry run is enabled  ✔ should set version and modify json file when dry run is disabled  ✔ should set property under array sub-property  getVersion  ✔ should get version from resource property  ✔ should get property under an array array sub-property  makefile  setVersion  ✔ should only set version but not modify makefile when dry run is enabled  ✔ should set version and modify makefile when dry run is disabled  getVersion  ✔ should get version from resource variable  text  setVersion  ✔ should only set version but not modify text file when dry run is enabled  ✔ should set version and modify text file when dry run is disabled  ✔ should set version and modify text file when there are multiple matches  getVersion  ✔ should get version from text resource  ✔ should get first regex match as version from text resource when there are multiple matches  ✔ should get version from text resource when the version includes a pre release  toml  setVersion  ✔ should only set version but not modify toml file when dry run is enabled  ✔ should set version and modify toml file when dry run is disabled  ✔ should set array property under a section  getVersion  ✔ should get version from resource property  ✔ should get array property under a section  yaml  setVersion  ✔ should only set version but not modify yaml file when dry run is enabled  ✔ should set version and modify yaml file when dry run is disabled  ✔ should set property under array sub-property  getVersion  ✔ should get version from resource property  ✔ should get property under an array array sub-property  semver  default release increment type and default post release increment type  ✔ should increment minor version for release version  ✔ should increment patch version for post release version  minor release increment type and patch post release increment type  ✔ should increment minor version for release version  ✔ should increment patch version for post release version  major release increment type and patch post release increment type  ✔ should increment major version for release version  ✔ should increment patch version for post release version  major release increment type and minor post release increment type  ✔ should increment major version for release version  ✔ should increment minor version for post release version  minor release increment type and patch post release increment type  ✔ should increment minor version for release version  ✔ should increment patch version for post release version  minor release increment type and minor post release increment type  ✔ should increment minor version for release version  ✔ should increment minor version for post release version  patch release increment type and patch post release increment type  ✔ should increment minor version for release version  ✔ should increment patch version for post release version  default release increment type and default post release increment type with non-prerelease version  ✔ should increment minor version for release version  ✔ should increment patch version for post release version   42 passing (57ms)