This is an automated email from the ASF dual-hosted git repository.

bchapuis pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git


The following commit(s) were added to refs/heads/main by this push:
     new 03fd8268 Improve release instructions (#783)
03fd8268 is described below

commit 03fd82688ae76f00182bd67f575cbf581d6ca18c
Author: Bertil Chapuis <[email protected]>
AuthorDate: Tue Oct 24 12:22:01 2023 +0200

    Improve release instructions (#783)
---
 RELEASE.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/RELEASE.md b/RELEASE.md
index 44e439eb..bdbb631c 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -24,6 +24,7 @@ In order to release a new version of Apache Baremaps, follow 
these steps:
 - [ ] Create a new branch for the release (e.g. `release-<version>`)
 
 ```bash
+cd baremaps
 git checkout -b release-<version>
 git push --set-upstream origin release-<version>
 ```
@@ -57,9 +58,10 @@ git push origin v<version>-rc<number>
 - [ ] Publish the artifacts:
 
 ```bash
+cd ..
 svn co https://dist.apache.org/repos/dist/dev/incubator/baremaps/ baremaps-dev
 mkdir baremaps-dev/<version>-rc<number>
-cp ./baremaps-cli/target/apache-baremaps-<version>-incubating-* 
baremaps-dev/<version>-rc<number>/.
+cp ./baremaps/baremaps-cli/target/apache-baremaps-<version>-incubating-* 
baremaps-dev/<version>-rc<number>/.
 svn commit -m "Baremaps <version>-rc<number>"
 ```
 
@@ -123,14 +125,14 @@ You can read the release notes here:
 https://github.com/apache/incubator-baremaps/releases/tag/v<version>-rc<number>
 
 The commit to be voted upon:
-https://github.com/apache/incubator-baremaps/tree/v<version>
+https://github.com/apache/incubator-baremaps/tree/v<version>-rc<number>
 
 Its hash is <hash>.
 
 Its tag is v<version>-rc<number>.
 
 The artifacts to be voted on are located here:
-https://dist.apache.org/repos/dist/release/incubator/baremaps/<version>-rc<number>/
+https://dist.apache.org/repos/dist/dev/incubator/baremaps/<version>-rc<number>/
 
 The hashes of the artifacts are as follows:
 <src>

Reply via email to