-
Notifications
You must be signed in to change notification settings - Fork 652
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
Implement #1054 - renamed tag => label #3314
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! 🎉 ❤️
Can you please note the change in BREAKING_CHANGES.md
as well? 🙏🏼
Sure, I will |
73a27ee
to
f497448
Compare
tag-pre-release-weight, tag-prefix, continuous-delivery-fallback-tag, tag-number-pattern, tag
f497448
to
ef7aec5
Compare
Thank you @arturcic for your contribution! |
This reverts commit 5669397.
Hello! Maybe it's too late but since 6.0.0 is still in beta, I figured I will ask - I understand that this change was done to avoid confusing "tag" with "git tag", right? In this case, shouldn't "tag-pre-release-weight" and "tag-prefix" stay the way they were? |
I believe you are quite right there, @ni-jsuchocki. The rename may have been a bit too greedy. Would you like to create an issue for it, or perhaps even fix it in a PR? |
Actually I was also struggling sometimes when to use tag or when to use label. Do you change it back completely to If you consider the following sentences:
What I'm trying to say is that in GitVersion |
{label} = {label-name}.{label-number/pre-release-number} |
@HHobeck, it may become clearer if you read #1054.
…
No, we need to have both, but with a clear separation between what a
Yes, absolutely. 👍🏼 |
Yes, I will try and provide a PR! |
@ni-jsuchocki I've created an issue you can reference #3480 |
I have taken a look and think it's not a good idea to rename label-pre-release-weight to tag-pre-release-weight. We have already a branch related property with name pre-release-weight. Why not using just this property and remove label-pre-release-weight? |
The documentation says:
So I think having |
Closes #1054
Renamed
tag-pre-release-weight => label-pre-release-weight,
tag-prefix => label-prefix,
continuous-delivery-fallback-tag => continuous-delivery-fallback-label,
tag-number-pattern => label-number-pattern,
tag => label