-
Notifications
You must be signed in to change notification settings - Fork 651
Cannot use empty tag in branch specific configuration #3060
New issue
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
Comments
As a workaround, I am currently using: mode: ContinuousDeployment
continuous-delivery-fallback-tag: ''
branches:
main:
tag: ''
default:
regex: .*
tag: ci
source-branches:
- main
|
This issue has been automatically marked as stale because it has not had recent activity. After 30 days from now, it will be closed if no further activity occurs. |
I think this issue will be solved in the upcoming release v6.x. Please try 6.0.0-beta.1 preview release. |
🎉 This issue has been resolved in version 6.0.0-beta.2 🎉 Your GitReleaseManager bot 📦🚀 |
The dotnet tool and the Azure Pipeline task are producing different outputs given the same input.
Given a Git graph of:
And a GitVersion.yml of:
I get the following output:
But I would expect to get:
The text was updated successfully, but these errors were encountered: