flaviostutz / monotag

Semantic versioning for monorepos based on tag prefix, path prefix, affected files and conventional commit
MIT License
9 stars 2 forks source link

Add option to define separator between prefix and tag number #23

Closed flaviostutz closed 5 months ago

flaviostutz commented 5 months ago

Problem being solved

Sometimes we can't use "/" in tag names, as we faced with ADO pipelines recently, so it would be good to be able to define the separator.

Proposal

Add option --separator so when defining automatically tagPrefix it will use it. Defaults to "/" (as in the current implementation)