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
I have situation like
A - B - C - master \ D-E -different release branch
And tagged B with version 1.0.1 E with 1.1.0
After running action on master commit C is tagged with 1.1.1 instead of 1.0.2
1.1.1
1.0.2
The text was updated successfully, but these errors were encountered:
Fixes allegro-actions#193 - use git describe istead of listing tags
9af266a
Successfully merging a pull request may close this issue.
I have situation like
And tagged
B with version 1.0.1
E with 1.1.0
After running action on master commit C is tagged with
1.1.1
instead of1.0.2
The text was updated successfully, but these errors were encountered: