erlef / rebar3_hex

Rebar3 Hex library
Apache License 2.0
101 stars 49 forks source link

Do not attempt to format version for custom versions #325

Closed starbelly closed 1 year ago

starbelly commented 1 year ago

Currently if other is selected when running cut it will attempt format the version after successfully parsing the version, however, we assume it is a simple increment and thus a simple version, which results in pre, build, and other information stripped from the version (i.e., negating why you chose other in the first place).

Relates to #324