You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2021/03/10 09:54:31 UTC

[lucene] 04/04: Adding Apache Reporter step in Release Wizard. (#2130)

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

dweiss pushed a commit to branch branch_8_7
in repository https://gitbox.apache.org/repos/asf/lucene.git

commit cb2d66477e626e2607bb65f73ec68f5fcc88fdea
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 ae809a9..f70b29d 100644
--- a/dev-tools/scripts/releaseWizard.yaml
+++ b/dev-tools/scripts/releaseWizard.yaml
@@ -1388,6 +1388,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.