You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2020/08/20 20:15:16 UTC

[GitHub] [lucene-solr] janhoy commented on a change in pull request #1763: Additions to releaseWizard

janhoy commented on a change in pull request #1763:
URL: https://github.com/apache/lucene-solr/pull/1763#discussion_r474243964



##########
File path: dev-tools/scripts/releaseWizard.yaml
##########
@@ -1278,6 +1284,43 @@ groups:
         cmd: git push origin
         logfile: push.log
         stdout: true
+        comment: Push the master branch
+      - !Command
+        cmd: "git checkout {{ stable_branch }} && git pull"
+        stdout: true
+        comment: Checkout the stable branch
+      - !Command
+        cmd: "git cherry-pick master"
+        logfile: commit.log
+        stdout: true
+        comment: Cherrypick the DOAP changes from master onto the stable branch.
+      - !Command
+        cmd: git show HEAD
+        stdout: true
+        comment: Ensure the only change is the adding the new version.

Review comment:
       Typo

##########
File path: dev-tools/scripts/releaseWizard.yaml
##########
@@ -617,8 +621,10 @@ groups:
     - https://cwiki.apache.org/confluence/display/SOLR/Release+Notes
   - !Todo
     id: new_jira_versions
-    title: Add a new version in JIRA for the next release
+    title: (PMC) Add a new version in JIRA for the next release
     description: |-
+      WARNING: Only PMC members have admin access to JIRA. If you are not a PMC member, please reach out to one to complete this step.

Review comment:
       Committers can easily be given elevated rights in jira. So perhaps instead of or in addition to the “ask a pmc member” notes, the preparation section write:
   
   “If you are not a PMC member and this is your first time as RM, please ask to be granted extra permissions in Jira in order to complete all steps of the release.”




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org