Skip to content
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

GH-603: [Release] Suppress a nested tag warning in dev/release/release.sh #606

Merged
merged 1 commit into from
Feb 12, 2025

Conversation

kou
Copy link
Member

@kou kou commented Feb 12, 2025

Fixes GH-603.

Message from Git:

hint: You have created a nested tag. The object referred to by your new tag is
hint: already a tag. If you meant to tag the object that it points to, use:
hint:
hint: 	git tag -f v18.2.0 v18.2.0-rc5^{}
hint: Disable this message with "git config advice.nestedTag false"

…/release.sh`

Fixes apacheGH-603.

Message from Git:

    hint: You have created a nested tag. The object referred to by your new tag is
    hint: already a tag. If you meant to tag the object that it points to, use:
    hint:
    hint: 	git tag -f v18.2.0 v18.2.0-rc5^{}
    hint: Disable this message with "git config advice.nestedTag false"
@kou kou merged commit a6212a7 into apache:main Feb 12, 2025
23 of 24 checks passed
@kou kou deleted the release-nested-tag branch February 12, 2025 05:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Release] dev/release/release.sh reports a nested tag warning
2 participants