FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

GH-603: [Release] Suppress a nested tag warning in `dev/release/release.sh` by kou · Pull Request #606 · apache/arrow-java · GitHub

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

Merged
kou merged 1 commit into
apache:mainfrom
kou:release-nested-tag
Feb 12, 2025
Merged

GH-603: [Release] Suppress a nested tag warning in dev/release/release.sh#606
kou merged 1 commit into
apache:mainfrom
kou:release-nested-tag

Conversation

kou commented Feb 12, 2025

Copy link
Copy Markdown
Member

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 merged commit a6212a7 into apache:main Feb 12, 2025
kou deleted the release-nested-tag branch February 12, 2025 05:42
lidavidm added this to the 18.3.0 milestone Mar 6, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL