tuhaihe opened a new pull request, #91:
URL: https://github.com/apache/cloudberry-backup/pull/91
Use base version (without -rcN suffix) for release tarball filename to align
with Apache incubator release conventions.
Changes:
- Modified TAR_NAME to use ${VERSION_FILE} instead of ${TAG}
- Tarball filename now follows pattern:
apache-cloudberry-backup-${VERSION_FILE}-incubating-src.tar.gz
- Example: apache-cloudberry-backup-2.0.0-incubating-src.tar.gz (instead of
apache-cloudberry-backup-2.0.0-incubating-rc1-src.tar.gz)
Benefits:
- Enables direct 'svn mv' to release repository after voting without
renaming artifacts
- Aligns with Apache release best practices where RC identifiers are used
only for Git tags and voting process, not in final artifact names
- Maintains consistency between tarball filename and extracted directory name
The extracted directory name remains unchanged:
apache-cloudberry-backup-${VERSION_FILE}-incubating/
<!--Thank you for contributing! -->
<!--In case of an existing issue or discussions, please reference it-->
closes: #ISSUE_Number
<!--Remove this section if no corresponding issue.-->
---
## Change logs
> Describe your change clearly, including what problem is being solved or
what document is being added or updated.
## Contributor's checklist
Here are some reminders before you submit your pull request:
* Make sure that your Pull Request has a clear title and commit message. You
can take the [Git commit
template](https://github.com/apache/cloudberry/blob/main/.gitmessage) as a
reference.
* Learn the [code
contribution](https://cloudberry.apache.org/contribute/code) and [doc
contribution](https://cloudberry.apache.org/contribute/doc) guides for better
collaboration.
* Make sure that CICD workflow is successful.
* List your communications in the [GitHub
Issues](https://github.com/apache/cloudberry-backup/issues) or
[Discussions](https://github.com/apache/cloudberry/discussions) (if has or
needed).
* Feel free to ask for the [cloudberry
committers](https://github.com/orgs/apache/teams/cloudberry-committers) or
other people to help review and approve.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]