add document for how to release and how to verify a release#235
Merged
JingsongLi merged 1 commit intoapache:mainfrom Apr 11, 2026
Merged
add document for how to release and how to verify a release#235JingsongLi merged 1 commit intoapache:mainfrom
JingsongLi merged 1 commit intoapache:mainfrom
Conversation
309f6ec to
6ed8ea2
Compare
6ed8ea2 to
a4028aa
Compare
JingsongLi
approved these changes
Apr 11, 2026
Contributor
JingsongLi
left a comment
There was a problem hiding this comment.
+1 Thanks @luoyuxia !
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.
Purpose
Linked issue: close #213
Add release documentation and supporting scripts for Apache Paimon Rust, covering how to create a release and how to verify a release candidate.
Brief change log
docs/src/release/creating-a-release.md: step-by-step guide for creating a release, including GPG setup, dependency list generation, release branch management, source tarball creation, SVN staging, voting process, and release promotion.docs/src/release/verifying-a-release-candidate.md: guide for verifying an RC, including signature/checksum verification, build verification, LICENSE/NOTICE checks, and per-component testing (Rust, Python, Go).scripts/release.sh: automates source tarball creation, GPG signing, and checksum generation.scripts/bump-version.sh: bumps workspace version in rootCargo.toml(scoped to[workspace.package]only).scripts/dependencies.pyandscripts/constants.py: generatesDEPENDENCIES.rust.tsvfiles for ASF license compliance.bindings/go/DEPENDENCIES.mdand TSV files for Go binding dependency tracking.NOTICEandbindings/python/NOTICEcopyright year to 2024-2026.docs/mkdocs.ymlto include the new release documentation pages.Cargo.tomlworkspace version from0.0.0to0.1.0..licenserc.yamlto excludeDEPENDENCIES.*.tsvfrom license header checks.Tests
Documentation and script changes only. No code logic changes to test.
The whole workflow has been verified by
fluss-rustAPI and Format
No.
Documentation
Yes. This PR adds the release guide and verification guide to the project website under the "Releases" section.