Skip to content

chore: Refine release process in RELEASE.md#129

Merged
tisonkun merged 1 commit into
mainfrom
tisonkun-patch-1
May 18, 2026
Merged

chore: Refine release process in RELEASE.md#129
tisonkun merged 1 commit into
mainfrom
tisonkun-patch-1

Conversation

@tisonkun
Copy link
Copy Markdown
Member

Comment thread RELEASE.md
Comment on lines 158 to +160
# Create final release tag
cd /path/to/datasketches-rust
git checkout 0.3.0-rc.1
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should update the version in Cargo.toml beforehand.

The RC tag to vote on is the final snapshot.

Comment thread RELEASE.md
cd ~/apache/dist/release/datasketches
svn rm rust/0.2.0
svn commit -m "Archive old release 0.2.0"
svn rm https://dist.apache.org/repos/dist/release/datasketches/rust/0.2.0/ -m "Archive old release datasketches-rust 0.2.0"
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better command. Actually we can use similar oneliner for SVN release, like what I do:

svn mv https://dist.apache.org/repos/dist/dev/datasketches/rust/0.3.0-rc.2/ https://dist.apache.org/repos/dist/release/datasketches/rust/0.3.0/ -m "Release datasketches-rust 0.3.0"

instead of ./moveDevToRelease.sh rust 0.3.0-rc.1 0.3.0.

cc @leerho

@tisonkun tisonkun merged commit 779a467 into main May 18, 2026
9 checks passed
@tisonkun tisonkun deleted the tisonkun-patch-1 branch May 18, 2026 14:35
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.

2 participants