codacy / git-version

Git versioning used in Codacy
Apache License 2.0
134 stars 44 forks source link

[TS-461] Question: How to name tags in mono-repo? #87

Closed arsenez2006 closed 1 year ago

arsenez2006 commented 1 year ago

So, imagine I have a repo with an application and some modules: module1 and module2. As I understood, for the main application, I should name the tag without a prefix (1.0.0), and for modules, use a tag with prefix (module1-1.0.0 and module2-1.0.0). Am I right?

github-actions[bot] commented 1 year ago

Internal ticket created : TS-461

arsenez2006 commented 1 year ago

Tested myself, I was right.