You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2019/12/30 16:37:14 UTC

[lucene-solr] branch branch_8_4 updated: Minor fixes to the release wizard. (#1127)

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

janhoy pushed a commit to branch branch_8_4
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8_4 by this push:
     new 34e19b4  Minor fixes to the release wizard. (#1127)
34e19b4 is described below

commit 34e19b4e85b8e1ee607cc7cc79814d40874ac403
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Mon Dec 30 17:21:18 2019 +0100

    Minor fixes to the release wizard. (#1127)
    
    (cherry picked from commit 43e30f966581b9447b9345c8c4406261a0c8ca9f)
---
 dev-tools/scripts/releaseWizard.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-tools/scripts/releaseWizard.yaml b/dev-tools/scripts/releaseWizard.yaml
index 4b5f3de6..12ca72e 100644
--- a/dev-tools/scripts/releaseWizard.yaml
+++ b/dev-tools/scripts/releaseWizard.yaml
@@ -1357,7 +1357,7 @@ groups:
     title: Setup your mail client for PGP
     description: |
       The announce mail to `announce@apache.org` should be cryptographically signed.
-      Make sure you have a PGP enabled email client with your apache ket installed.
+      Make sure you have a PGP enabled email client with your apache key installed.
       There are plugins for popular email programs, as well as browser plugins for webmail.
       See links for help on how to setup your email client for PGP.
     links:
@@ -1370,7 +1370,7 @@ groups:
     id: announce_lucene_sig
     title: Announce the Lucene release (announce@a.o)
     description: |
-      (( template=announce_solr_sign_mail ))
+      (( template=announce_lucene_sign_mail ))
   - !Todo
     id: announce_solr_sig
     title: Announce the Solr release (announce@a.o)
@@ -1667,7 +1667,7 @@ groups:
 
       *Solr*
 
-      . Open https://issues.apache.org/jira/issues/?jql=project+=+LUCENE+AND+resolution=Unresolved+AND+fixVersion={{ release_version }}
+      . Open https://issues.apache.org/jira/issues/?jql=project+=+SOLR+AND+resolution=Unresolved+AND+fixVersion={{ release_version }}
       . In the `Tools` menu, start a bulk change - operation="Edit issues"
       . Identify issues that *are included* in the release, but are unresolved e.g. due to being REOPENED. These shall *not* be bulk changed!
       . Check the box next to `Change Fix Version/s` and in the dropdown `Find and remove these`, selecting v {{ release_version }}
@@ -1675,7 +1675,7 @@ groups:
       . Click `Next`, review the changes and click `Confirm`
     links:
     - https://issues.apache.org/jira/issues/?jql=project+=+LUCENE+AND+resolution=Unresolved+AND+fixVersion={{ release_version }}
-    - https://issues.apache.org/jira/issues/?jql=project+=+LUCENE+AND+resolution=Unresolved+AND+fixVersion={{ release_version }}
+    - https://issues.apache.org/jira/issues/?jql=project+=+SOLR+AND+resolution=Unresolved+AND+fixVersion={{ release_version }}
   - !Todo
     id: jira_clear_security
     title: Clear Security Level of Public Solr JIRA Issues