You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@submarine.apache.org by ji...@apache.org on 2020/12/01 01:16:00 UTC

[submarine] branch master updated: SUBMARINE-689. Refine the how-to-release doc on fast checking out KEYS file

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

jiwq pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git


The following commit(s) were added to refs/heads/master by this push:
     new 78fe362  SUBMARINE-689. Refine the how-to-release doc on fast checking out KEYS file
78fe362 is described below

commit 78fe362330dce9af2ea0f7f3de3d35abdc80113a
Author: Zhankun Tang <zt...@apache.org>
AuthorDate: Mon Nov 30 12:55:15 2020 +0800

    SUBMARINE-689. Refine the how-to-release doc on fast checking out KEYS file
    
    ### What is this PR for?
    Refine the how-to-release doc on fast checking out KEYS file
    
    ### What type of PR is it?
    Documentation
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/SUBMARINE-689
    
    ### How should this be tested?
    N/A
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No
    
    Author: Zhankun Tang <zt...@apache.org>
    
    Closes #467 from tangzhankun/SUBMARINE-689 and squashes the following commits:
    
    b60ba96 [Zhankun Tang] SUBMARINE-689. Refine the how-to-release doc on fast checking out KEYS file.
---
 dev-support/cicd/HowToRelease.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-support/cicd/HowToRelease.md b/dev-support/cicd/HowToRelease.md
index ab9a833..cd4d297 100644
--- a/dev-support/cicd/HowToRelease.md
+++ b/dev-support/cicd/HowToRelease.md
@@ -18,7 +18,7 @@ gpg --keyserver pgp.mit.edu --recv-key <the release manager's public key id like
 gpg --sign-key <the release manager's public key id>
 svn co --depth immediates https://dist.apache.org/repos/dist apache-dist
 cd apache-dist
-svn update --set-depth infinity release/submarine
+svn update --set-depth immediates release/submarine
 cd release/submarine
 gpg --list-sigs <your name> >> KEYS
 gpg --armor --export <your name> >> KEYS
@@ -35,7 +35,7 @@ Assuming we're releasing version X, use below advanced filter in [submarine issu
 project in ("Apache Submarine") AND  "Target Version" = 0.3.0 AND statusCategory != Done
 ```
 Click "tools"-> "bulk update" to edit all issues:
-1. Change the target version to X+1. Here it is `0.4.0`.
+1. Change the target version to X+1. Here it is `0.4.0` (If it doesn't exist, ask for the PMC's help to access [administer-versions](https://issues.apache.org/jira/plugins/servlet/project-config/SUBMARINE/administer-versions?status=no-filter) to add the new version).
 2. Add a comment to inform contributors. Like this. `Bulk update due to releasing 0.3.0. Please change it back if you think this is a blocker.`
 
 Do a double-check to confirm that there are no issues found with the above filter. And send mail to the developer list informing that we should mark "Target version" to `0.4.0` when creating new JIRAs.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@submarine.apache.org
For additional commands, e-mail: dev-help@submarine.apache.org