Skip to content

Fix release tarball base version naming#1602

Open
tuhaihe wants to merge 1 commit intoapache:mainfrom
tuhaihe:fix-release-archive-name-format-for-rc
Open

Fix release tarball base version naming#1602
tuhaihe wants to merge 1 commit intoapache:mainfrom
tuhaihe:fix-release-archive-name-format-for-rc

Conversation

@tuhaihe
Copy link
Member

@tuhaihe tuhaihe commented Mar 3, 2026

For RC tags like X.Y.Z-incubating-rcN, generate the source tarball filename and top-level directory using BASE_VERSION (without -rcN).

This keeps the voted bits ready for promotion without rebuilding and avoids -rcN showing up in the extracted source directory.

Fixes #ISSUE_Number

What does this PR do?

Type of Change

  • Bug fix (non-breaking change)
  • New feature (non-breaking change)
  • Breaking change (fix or feature with breaking changes)
  • Documentation update

Breaking Changes

Test Plan

  • Unit tests added/updated
  • Integration tests added/updated
  • Passed make installcheck
  • Passed make -C src/test installcheck-cbdb-parallel

Impact

Performance:

User-facing changes:

Dependencies:

Checklist

Additional Context

CI Skip Instructions


@tuhaihe tuhaihe marked this pull request as draft March 3, 2026 10:46
For RC tags like X.Y.Z-incubating-rcN, generate the source tarball
filename and top-level directory using BASE_VERSION (without -rcN).

This keeps the voted bits ready for promotion without rebuilding and
avoids -rcN showing up in the extracted source directory.
@tuhaihe tuhaihe force-pushed the fix-release-archive-name-format-for-rc branch from 090a473 to ca3dc43 Compare March 3, 2026 11:05
@tuhaihe tuhaihe marked this pull request as ready for review March 4, 2026 02:21
@tuhaihe
Copy link
Member Author

tuhaihe commented Mar 4, 2026

I verified the script locally, and it meets the expectations.

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.

1 participant