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

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


The following commit(s) were added to refs/heads/main by this push:
     new 5b267e5  SOLR-15817 Ensure refGuide upgrade notes are completed (#482)
5b267e5 is described below

commit 5b267e5a7b4a7f95dbfec78ac07a2da18caa9c3f
Author: Jan Høydahl <[email protected]>
AuthorDate: Sat Jan 1 17:46:39 2022 +0100

    SOLR-15817 Ensure refGuide upgrade notes are completed (#482)
---
 dev-tools/scripts/releaseWizard.yaml | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/dev-tools/scripts/releaseWizard.yaml 
b/dev-tools/scripts/releaseWizard.yaml
index 082c41c..b3db1a7 100644
--- a/dev-tools/scripts/releaseWizard.yaml
+++ b/dev-tools/scripts/releaseWizard.yaml
@@ -643,6 +643,19 @@ groups:
     links:
     - 
https://issues.apache.org/jira/plugins/servlet/project-config/LUCENE/versions
     - 
https://issues.apache.org/jira/plugins/servlet/project-config/SOLR/versions
+  - !Todo
+    id: jira_blocker_refguide
+    title: Add a blocker JIRA for RefGuide
+    description: |-
+      To make sure a new release is not announced before the reference guide 
is complete, add a new
+      Blocker JIRA issue for version {{ release_version }} with subject
+      "Complete Major changes and Upgrade Notes in RefGudie for {{ 
release_version }}".
+      Note that this does not block the RC and voting process, but will block 
announcing the release.
+    types:
+    - major
+    - minor
+    links:
+    - https://issues.apache.org/jira/browse/SOLR
 - !TodoGroup
   id: artifacts
   title: Build the release artifacts
@@ -1068,6 +1081,16 @@ groups:
         logfile: add-docs-solr.log
         comment: Add docs for Solr
   - !Todo
+    id: check_ref_guide_complete
+    title: Check that the reference guide is ready
+    types:
+      - major
+      - minor
+    description: |
+      Ensure that the reference Guide is updated for {{ release_version }}. In 
particular, the sections "Solr Upgrade Notes"
+      and (if applicable) also the "Major changes in Solr ..." section must be 
up to date for the latest release.
+      Check that the the Blocker JIRA issue created in the beginning of the 
release process is resolved.
+  - !Todo
     id: build_final_ref_guide
     title: Build the ref guide
     links:

Reply via email to