Commit e6becea
committed
Align release artifact naming with ASF incubator conventions
Use base version (without -rcN suffix) for release tarball filename
to align with Apache incubator release conventions.
Changes:
- Modified TAR_NAME to use ${BASE_VERSION} instead of ${TAG}
- Tarball filename now follows pattern:
apache-cloudberry-${BASE_VERSION}-src.tar.gz
- Example: apache-cloudberry-2.0.0-incubating-src.tar.gz
(instead of apache-cloudberry-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
- Eliminates need to regenerate .sha512 files during promotion
- Maintains consistency between tarball filename and extracted
directory name
- Simplifies release manager workflow
The extracted directory name remains unchanged:
apache-cloudberry-${BASE_VERSION}/1 parent c9100df commit e6becea
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
565 | 565 | | |
566 | 566 | | |
567 | 567 | | |
568 | | - | |
569 | | - | |
570 | | - | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
571 | 572 | | |
572 | 573 | | |
573 | 574 | | |
| |||
0 commit comments