Optum / semver-cli

Apache License 2.0
8 stars 1 forks source link

feature: Output the version formatted for common known technologies #9

Closed justinmchase closed 1 year ago

justinmchase commented 1 year ago

Feature Request

Related to #2, #3

Semantic versions are needed for many technologies but the specific format of the version string may not necessarily be compatible with the semver spec as it is defined.

Therefore it would be useful, during the parse command, to emit the full version into multiple formats based on known technologies. Or possibly a new command called "format" would be added which would allow a version to be produced in an alternate format.

Initial formats:

NOTE: Parsing version formats of other technologies is not part of this feature.