@@ -39,7 +39,7 @@ This will run all verification tests on your local checkout without requiring an
3939To create a local tarball for testing:
4040
4141``` shell
42- VERSION=" 0.2 .0" && git archive HEAD --prefix=apache-sedona-spatialbench-${VERSION} / | gzip > apache-sedona-spatialbench-${VERSION} -src.tar.gz
42+ VERSION=" 0.3 .0" && git archive HEAD --prefix=apache-sedona-spatialbench-${VERSION} / | gzip > apache-sedona-spatialbench-${VERSION} -src.tar.gz
4343dev/release/verify-release-candidate.sh apache-sedona-spatialbench-${VERSION} -src.tar.gz
4444```
4545
@@ -48,7 +48,7 @@ dev/release/verify-release-candidate.sh apache-sedona-spatialbench-${VERSION}-sr
4848Once a release candidate has been uploaded to Apache dist, verify it using:
4949
5050``` shell
51- dev/release/verify-release-candidate.sh 0.2 .0 1
51+ dev/release/verify-release-candidate.sh 0.3 .0 1
5252```
5353
5454This will download the release candidate from ` https://dist.apache.org/repos/dist/dev/sedona/ ` and verify it.
@@ -77,16 +77,16 @@ a committer.
7777
7878``` shell
7979git pull upstream main
80- git branch -b branch-0.2 .0
81- git push upstream -u branch-0.2 .0:branch-0.2 .0
80+ git branch -b branch-0.3 .0
81+ git push upstream -u branch-0.3 .0:branch-0.3 .0
8282```
8383
8484When the state of the ` branch-x.x.x ` branch is clean and checks are complete,
8585the release candidate tag can be created:
8686
8787``` shell
88- git tag -a sedona-spatialbench-0.2 .0-rc1 -m " Tag Apache Sedona SpatialBench 0.2 .0-rc1"
89- git push upstream sedona-spatialbench-0.2 .0-rc1
88+ git tag -a sedona-spatialbench-0.3 .0-rc1 -m " Tag Apache Sedona SpatialBench 0.3 .0-rc1"
89+ git push upstream sedona-spatialbench-0.3 .0-rc1
9090```
9191
9292### Signing Commands
@@ -120,7 +120,7 @@ dev/sedona directory of the Apache distribution SVN:
120120
121121``` shell
122122# Set version and RC number variables
123- SEDONA_VERSION=" 0.2 .0"
123+ SEDONA_VERSION=" 0.3 .0"
124124RC_NUMBER=" 1"
125125
126126# Create the directory in SVN
@@ -154,7 +154,7 @@ are currently all derived from `Cargo.toml`, which can be updated to:
154154
155155```
156156[workspace.package]
157- version = "0.3 .0"
157+ version = "0.4 .0"
158158```
159159
160160## Publishing to crates.io
0 commit comments