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?
So, imagine I have a repo with an application and some modules:
module1
andmodule2
. 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
andmodule2-1.0.0
). Am I right?