We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usecase:
git submodule add path/to/module1.git
=> parent-project and module1 are in two distinct git repositories, and have their own tags
if parent-project is tagged v1.0.0 and module1 is tagged v2.0.0 then I expect jgitver to release module1 in v2.0.0
but module1 takes the tag from the parent-project and is tagged v1.0.0 :-(
is there a way that jgitver takes the tag of the module1 repo ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Usecase:
git submodule add path/to/module1.git
=> parent-project and module1 are in two distinct git repositories, and have their own tags
if parent-project is tagged v1.0.0
and module1 is tagged v2.0.0
then I expect jgitver to release module1 in v2.0.0
but module1 takes the tag from the parent-project and is tagged v1.0.0 :-(
is there a way that jgitver takes the tag of the module1 repo ?
The text was updated successfully, but these errors were encountered: