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:05:09 UTC

[lucene-solr] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


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

commit 0f15b5e2eeceb0efe3e77a4a0750739fa22c05e6
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 5249b23..fbc3fda 100644
--- a/dev-tools/scripts/releaseWizard.yaml
+++ b/dev-tools/scripts/releaseWizard.yaml
@@ -1380,6 +1380,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.