This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a commit to branch feature/update-release-vote-result-text
in repository https://gitbox.apache.org/repos/asf/celix-site.git
The following commit(s) were added to
refs/heads/feature/update-release-vote-result-text by this push:
new a5e2849 Add svn move info to releasing.md
a5e2849 is described below
commit a5e2849429f4727facbed4f71245bdfda43fec4a
Author: Pepijn Noltes <[email protected]>
AuthorDate: Sun Oct 1 17:41:16 2023 +0200
Add svn move info to releasing.md
---
source/contributing/releasing.md | 19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)
diff --git a/source/contributing/releasing.md b/source/contributing/releasing.md
index 8710c07..82c4b26 100644
--- a/source/contributing/releasing.md
+++ b/source/contributing/releasing.md
@@ -224,8 +224,9 @@ The vote has passed with the following result:
+1 Name of Approvers (not binding)
...
-The released artifact will be moved to the release area for mirroring. The
-release branch will be merged with master and a 2.1.0 tag will be created.
+The released artifact will be moved to the release area for mirroring.
+The X.Y.Z tag will be created on the release branch and
+the release branch will be merged with the master branch.
After the mirroring period the news & downloads of the website will be
updated and the release will be announced.
@@ -254,7 +255,7 @@ A tag - named like rel/celix-X.Y.Z - needs to created and
the release branch nee
$ git config --global user.signingkey E43F742E
# Create the tag
-$ git tag -s rel/celix-X.Y.Z -m 'Celix release X.Y.Z'
+$ git tag -s rel/celix-X.Y.Z -m 'Apache Celix Release X.Y.Z'
# Next thing to do is pushing the tag to the remote
$ git push origin rel/celix-X.Y.Z
@@ -264,6 +265,18 @@ $ git merge release-X.Y.Z
$ git push origin master
```
+### Move release artifacts from "dev" to "release" area
+
+First remove the previous release from the "release" area.
+
+Then use the following svn command to move the release artifacts from "dev" to
"release":
+```bash
+svn move https://dist.apache.org/repos/dist/dev/celix/celix-X.Y.Z
https://dist.apache.org/repos/dist/release/celix/
+```
+
+Note that a svn move ensures that the voted released artifacts are moved as-is.
+
+
### Roll out release artifacts
When a release is moved from the "dev" area to "release" area. The automated