You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by mi...@apache.org on 2019/06/25 12:15:27 UTC

[activemq-nms-api] branch master updated: NO-JIRA

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

michaelpearce pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-nms-api.git


The following commit(s) were added to refs/heads/master by this push:
     new 4a6fedb  NO-JIRA
4a6fedb is described below

commit 4a6fedbf355c5dea40862257134eb8ff4e7aa076
Author: Michael André Pearce <mi...@apache.org>
AuthorDate: Tue Jun 25 13:15:24 2019 +0100

    NO-JIRA
    
    Add release step notes for future.
---
 RELEASE.md | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/RELEASE.md b/RELEASE.md
new file mode 100644
index 0000000..ad8d875
--- /dev/null
+++ b/RELEASE.md
@@ -0,0 +1,27 @@
+
+replace <rc-version> in the below steps with your rc version, e.g. 1.8.0-rc3
+
+git clone https://gitbox.apache.org/repos/asf/activemq-nms-api.git
+
+ensure versions (csproj files, and package.ps1)
+
+build project
+
+git tag -m "tag <rc-version>" <rc-version>
+git push origin <rc-version>
+
+svn checkout rc dist dev https://dist.apache.org/repos/dist/dev/activemq/activemq-nms-api
+
+create folder for rc, e.g. mkdir <rc-version>
+
+copy all contents from package dir from project into the rc folder.
+
+sign the files, you will find a helper script "sign-release.sh", invoke it as
+
+ ./sign-release.sh <rc-version> <your-gpg-password>
+ 
+commit all files into the rc dist dev repo.
+
+
+
+