[
https://issues.apache.org/jira/browse/OPENNLP-1433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654122#comment-17654122
]
ASF GitHub Bot commented on OPENNLP-1433:
-----------------------------------------
rzo1 commented on code in PR #78:
URL: https://github.com/apache/opennlp-site/pull/78#discussion_r1060825129
##########
src/main/jbake/content/release-model.ad:
##########
@@ -0,0 +1,255 @@
+////
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+////
+= Making a model release
+:jbake-type: page
+:jbake-tags: building
+:jbake-status: published
+:idprefix:
+
+## Release Preparation
+
+- Elect a release manager.
+- Create a ticket for a new model release in JIRA. If you do not have
permission to do so just ask to be given permissions on the mailing list.
+
+## Steps for the Release Manager
+
+The following steps need only to be performed once.
+
+- 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.
Review Comment:
Keys are only managed via SVN / CDN via dist/release nowadays, see
https://people.apache.org/keys/ - see Issue
[OPENNLP-1438](https://issues.apache.org/jira/browse/OPENNLP-1438) for updating
`release.ad`.
> Document how to do model releases
> ---------------------------------
>
> Key: OPENNLP-1433
> URL: https://issues.apache.org/jira/browse/OPENNLP-1433
> Project: OpenNLP
> Issue Type: Task
> Components: Documentation, Models, Website
> Reporter: Jeff Zemerick
> Assignee: Richard Zowalla
> Priority: Major
>
> Document how to do model releases. We should have a page on opennlp-site that
> describes how to do a model release. It should contain the model naming
> conventions, release process, etc.
> See conversation on https://github.com/apache/opennlp/pull/473.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)