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

mawiesne pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 5f6969e0 removes two outdated steps from the "Post-Release Steps" 
subsection in release.ad replaces hard-coded release version with 'x.y.z' 
placeholder
5f6969e0 is described below

commit 5f6969e09be7940b9255aebba92a1ca48fd26355
Author: Martin Wiesner <[email protected]>
AuthorDate: Mon Nov 11 11:58:46 2024 +0100

    removes two outdated steps from the "Post-Release Steps" subsection in 
release.ad
    replaces hard-coded release version with 'x.y.z' placeholder
---
 src/main/jbake/content/release.ad | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/main/jbake/content/release.ad 
b/src/main/jbake/content/release.ad
index a29fa9e5..03057504 100644
--- a/src/main/jbake/content/release.ad
+++ b/src/main/jbake/content/release.ad
@@ -311,7 +311,7 @@ Add a new artifactItem in the pom.xml for the new OpenNLP 
release. (This automat
   <overWrite>false</overWrite>
   <type>zip</type>
   <classifier>bin</classifier>
-  <outputDirectory>${project.build.directory}/distr/1.8.1</outputDirectory>
+  <outputDirectory>${project.build.directory}/distr/x.y.z</outputDirectory>
 </artifactItem>
 ----
 
@@ -350,8 +350,6 @@ Move the last version's links to the documentation to the 
Legacy Documentation (
 === Post-Release Steps
 
 - Log the new version at https://reporter.apache.org/addrelease.html?opennlp.
-- Announce the new version on the OpenNLP Twitter.
-- Announce the new version on the Apache OpenNLP blog at 
https://blogs.apache.org/opennlp/.
 - Close the present release ticket in 
https://issues.apache.org/jira/browse/OPENNLP[JIRA].
 - Send announcement email to [email protected], [email protected], 
[email protected]. This needs to be done from your @apache.org email 
address or the email will bounce from the announce list. Gmail forwarding can 
help here and is a snap to set up 
(https://gmailblog.blogspot.com/2009/07/send-mail-from-another-address-without.html).
 It's even easier than the instructions there as it will recognize your email 
address and default to Apache settings. It is important to include  [...]
 

Reply via email to