Add cloudberry-go-libs-release.sh for Apache release staging - #24
Merged
Conversation
Add cloudberry-go-libs-release.sh, a release staging script adapted from
cloudberry-backup-release.sh. All project references have been updated
from "cloudberry-backup" to "cloudberry-go-libs", including the script
name, tarball prefix (apache-cloudberry-go-libs-*), Git tag message,
and upstream remote URL (git@github.com:apache/cloudberry-go-libs.git).
Key differences from the original script:
- Version is always derived from the Git tag. The VERSION file
dependency has been removed — no VERSION file is needed.
- Project root detection uses go.mod instead of a VERSION file,
matching the conventions of a Go module project.
All other release logic (tool detection, tag validation, GPG signing,
SHA-512 checksum, macOS extended attribute cleanup, submodule
archiving, and artifact verification) is preserved verbatim.
Member
Author
|
Test the script on my local machine and it works. |
leborchuk
approved these changes
Jul 15, 2026
leborchuk
left a comment
There was a problem hiding this comment.
LGTM, read script, check interface and descriptions - all looks good and clear
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add cloudberry-go-libs-release.sh, a release staging script adapted from cloudberry-backup-release.sh. All project references have been updated from "cloudberry-backup" to "cloudberry-go-libs", including the script name, tarball prefix (apache-cloudberry-go-libs-*), Git tag message, and upstream remote URL (git@github.com:apache/cloudberry-go-libs.git).
Key differences from the original script:
All other release logic (tool detection, tag validation, GPG signing, SHA-512 checksum, macOS extended attribute cleanup, submodule archiving, and artifact verification) is preserved verbatim.
closes: #ISSUE_Number
Change logs
Contributor's checklist
Here are some reminders before you submit your pull request: