You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2020/12/08 09:07:51 UTC

[lucene-solr] branch branch_8x updated: Adding Apache Reporter step in Release Wizard. (#2130)

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

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


The following commit(s) were added to refs/heads/branch_8x by this push:
     new b8d52d5  Adding Apache Reporter step in Release Wizard. (#2130)
b8d52d5 is described below

commit b8d52d516f044c4b7d3bd003ccbe07fc86155c8e
Author: Houston Putman <ho...@apache.org>
AuthorDate: Tue Dec 8 04:04:49 2020 -0500

    Adding Apache Reporter step in Release Wizard. (#2130)
---
 dev-tools/scripts/releaseWizard.yaml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/dev-tools/scripts/releaseWizard.yaml b/dev-tools/scripts/releaseWizard.yaml
index f7d781d..9fa92c8 100644
--- a/dev-tools/scripts/releaseWizard.yaml
+++ b/dev-tools/scripts/releaseWizard.yaml
@@ -1383,6 +1383,16 @@ groups:
     links:
     - https://en.wikipedia.org/wiki/Apache_Lucene
     - https://en.wikipedia.org/wiki/Apache_Solr
+  - !Todo
+    id: add_to_apache_reporter
+    title: Add the new version to the Apache Release Reporter
+    description: |
+      Go to the Apache Release Reporter and add a release for lucene.
+      Fill in the same date that you used for the release in previous steps.
+      Do not use a product name prefix for the version, as this is the main release of the lucene PMC.
+      Just use the version of this release: {{ release_version }}
+    links:
+      - https://reporter.apache.org/addrelease.html?lucene
 - !TodoGroup
   id: post_release
   title: Tasks to do after release.