This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis-native.git
The following commit(s) were added to refs/heads/master by this push:
new 99888c8 updating release.md
99888c8 is described below
commit 99888c87309f2353cf2a5478f98927af80ead1db
Author: Clebert Suconic <[email protected]>
AuthorDate: Mon Jun 22 10:53:13 2020 -0400
updating release.md
---
RELEASING.md | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/RELEASING.md b/RELEASING.md
index 167993d..fec89ab 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -113,6 +113,32 @@
scm.url=scm:git:https://github.com/apache/activemq-artemis.git
scm.tag=1.4.0
```
+## Stage the release to the dist dev area
+
+Use the closed staging repo contents to populate the the dist dev svn area
+with the official release artifacts for voting. Use the script already present
+in the repo to download the files and populate a new ${CURRENT-RELEASE} dir:
+
+```sh
+svn co https://dist.apache.org/repos/dist/dev/activemq/activemq-artemis-native/
+cd activemq-artemis
+./prepare-release.sh
https://repository.apache.org/content/repositories/orgapacheactivemq-${NEXUS-REPO-ID}
${CURRENT-RELEASE}
+```
+Give the files a check over and commit the new dir and start a vote if all
looks well.
+
+```bash
+svn add <version>
+svn commit
+
+
+## Commit the download source
+
+After the release is VOTED and aproved, you can release the maven repo on
nexus,
+and you can use this script to move the prepared release into the official
place:
+
+```sh
+svn cp -m "add files for activemq-artemis-native-${CURRENT-RELEASE}"
https://dist.apache.org/repos/dist/dev/activemq/activemq-artemis-native/${CURRENT-RELEASE}
https://dist.apache.org/repos/dist/release/activemq/activemq-artemis-native/${CURRENT-RELEASE}
+```
## Apache Guide