Get version format
projr_version_format_set.Rd
Returns the version format, which species the depth of semantic versioning levels used (e.g. major or major, minor and patch) as well as the separators between the versions (periods or dashes).
Arguments
- version_format
character. The version format. Specifies the version components ("major" and/or "minor" and/or "patch", and "dev"/"1"/"9000"), # nolint: line_length_linter. as well as the separators between them. If "1" is used instead of "dev", then "dev" component resets at "1". If "9000" is used instead of "dev", then "dev" component resets at "9000". If "dev" is used, then "dev" component resets at "9000". Examples: "major.minor-1", "major-minor-patch-dev", "major.9000". Default is "major.minor.patch.dev".