This is an automated email from the ASF dual-hosted git repository.
smarthi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/opennlp-site.git
The following commit(s) were added to refs/heads/master by this push:
new fb60daf OPENNLP-1114: ascii syntax, typo and minor adjustments
fb60daf is described below
commit fb60daf12f49226234151022eb42ca987d5c3534
Author: Bruno P. Kinoshita <[email protected]>
AuthorDate: Sun Jul 16 23:52:55 2017 +1200
OPENNLP-1114: ascii syntax, typo and minor adjustments
---
src/main/jbake/content/release.ad | 82 ++++++++++++++++++++-------------------
1 file changed, 42 insertions(+), 40 deletions(-)
diff --git a/src/main/jbake/content/release.ad
b/src/main/jbake/content/release.ad
index 00a0659..251c6ba 100644
--- a/src/main/jbake/content/release.ad
+++ b/src/main/jbake/content/release.ad
@@ -23,12 +23,14 @@
:idprefix:
## One time setup
+
- Make sure you have your PGP key entered into https://id.apache.org/.
Your KEYS will then be present in:
https://people.apache.org/keys/group/opennlp.asc
-- Check if you have your PGP keys password.
-- Create a maven settings.xml to publish to repository.apache.org
+- Check if you have your PGP keys password
+- Create a maven `settings.xml` to publish to `repository.apache.org`
## Step-by-Step
+
The following documents the steps which are necessary to make a
release of Apache OpenNLP.
@@ -37,50 +39,50 @@ release of Apache OpenNLP.
- Prepare Jira for the release
- Crate an empty test plan for the release
- Make a release candidate
-- Test the candidate accoding to the test plan and iterate until tests pass
-- Do the release vote on opennlp-dev and on general incubator
+- Test the candidate according to the test plan and iterate until tests pass
+- Call the release vote on opennlp-dev and on general incubator
## Releasing
The release candidate can be released after a successful release vote on
the opennlp-dev and incubator general list.
-- Release the staging repository. This will make the artifacts available in
the Maven Central repository.
-To do this go to the http://repository.apache.org[repository server], log in,
go to the staging area and release the staging repository linked to this
release.
-- Upload artifacts to the distribution server. All release artifacts need to
be copied to `/www/www.apache.org/dist/opennlp` on `people.apache.org`.
-- On Opennlp-site github repo
-
- -update the properties {opennlp.version} and {opennlp.next.version} in
jbake.properties
- -Add the following lines at the beginning of docs/legacy.ad
- ----
- ### Apache OpenNLP ${previous.release} documentation
- * link:/docs/${previous.release}/manual/opennlp.html[Apache OpenNLP Manual]
- * link:/docs/${previous.release}/apidocs/opennlp-tools/index.html[Apache
OpenNLP Tools Javadoc]
- * link:/docs/${previous.release}/apidocs/opennlp-uima/index.html[Apache
OpenNLP UIMA Javadoc]
- *
link:/docs/${previous.release}/apidocs/opennlp-brat-annotator/index.html[Apache
OpenNLP BRAT Annotator Javadoc]
- *
link:/docs/${previous.release}/apidocs/opennlp-morfologik-addon/index.html[Apache
OpenNLP Morfologik Addon Javadoc]
- ----
+* Release the staging repository. This will make the artifacts available in
the Maven Central repository
+To do this go to the http://repository.apache.org[repository server], log in,
go to the staging area and release the staging repository linked to this release
+* Upload artifacts to the distribution server. All release artifacts need to
be copied to `/www/www.apache.org/dist/opennlp` on `people.apache.org`
+* On opennlp-site GitHub repository
+** Update the properties `{opennlp.version}` and `{opennlp.next.version}` in
`jbake.properties`
+** Add the following lines at the beginning of `docs/legacy.ad`
++
+----
+### Apache OpenNLP ${previous.release} documentation
+* link:/docs/${previous.release}/manual/opennlp.html[Apache OpenNLP Manual]
+* link:/docs/${previous.release}/apidocs/opennlp-tools/index.html[Apache
OpenNLP Tools Javadoc]
+* link:/docs/${previous.release}/apidocs/opennlp-uima/index.html[Apache
OpenNLP UIMA Javadoc]
+*
link:/docs/${previous.release}/apidocs/opennlp-brat-annotator/index.html[Apache
OpenNLP BRAT Annotator Javadoc]
+*
link:/docs/${previous.release}/apidocs/opennlp-morfologik-addon/index.html[Apache
OpenNLP Morfologik Addon Javadoc]
+----
+** Add the following to main/pom.xml
++
+[source,xml,indent=0,subs=attributes+]
+----
+<artifactItem>
+ <groupId>org.apache.opennlp</groupId>
+ <artifactId>opennlp-distr</artifactId>
+ <version>${project.version}</version>
+ <overWrite>false</overWrite>
+ <type>zip</type>
+ <classifier>bin</classifier>
+ <outputDirectory>${project.build.directory}/distr/1.8.1</outputDirectory>
+</artifactItem>
+----
+** Add a news item in `news/release-{xyz}.ad` by copying the content from
OpenNLP project `opennlp-distr/src/README`
+* Rebuild opennlp-site and redeploy the site (if Automatic Buildbot doesn't
kick in)
+* Test and review the website. Test that all download links are working. Test
that the documentation is updated and can be viewed
+* Send out announcements to [email protected], [email protected],
[email protected]
+* Close out the present release in Jira
- -Add the following to main/pom.xml
- [source,xml,indent=0,subs=attributes+]
- ----
- <artifactItem>
- <groupId>org.apache.opennlp</groupId>
- <artifactId>opennlp-distr</artifactId>
- <version>${project.version}</version>
- <overWrite>false</overWrite>
- <type>zip</type>
- <classifier>bin</classifier>
- <outputDirectory>${project.build.directory}/distr/1.8.1</outputDirectory>
- </artifactItem>
- ----
-
- -Add a news item in news/release-{xyz}.ad by copying the content from
OpenNLP project opennlp-distr/src/README
+It is suggested to use the wiki to plan all tasks for the release
+and to distribute them among the team.
-- Rebuild opennlp-site and redeploy the site (if Automatic Buildbot doesn't
kick in)
-- Test and review the website. Test that all download links are working. Test
that the documentation is updated and can be viewed.
-- Send out announcements to [email protected], [email protected],
[email protected]
-- Close out the present release in Jira.
-It is suggested to use the wiki to plan all tasks for the release
-and to distribute them among the team.
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].