Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
{cloak:id=ASLv2}

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.0Image Added

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.

Wiki Markup
{cloak}
Table of Contents

Prerequisites

...

(from X.Y.Z-SNAPSHOT to X.Y.Z)

Update CHANGES

Update CHANGES.txt with release date (Release X.Y - MM/dd/yyyy) and (if needed) add additional changelog entries

Update documentation

Commit updates

Build and Test

Make a clean checkout

svn co https://svn.apache.org/repos/asf/tika/trunkImage Removed

Build it.

Run unit tests

Do basic test to see if release looks ok - e.g. install it and run Tika command line on a sample document

...

Perform a clean clone

Code Block
git clone https://git-wip-us.apache.org/repos/asf/incubator-knox.git knox
cd knox
ant -release

...

Perform a full build including tests

Code Block
gitcd pull
ant release
knox-release
mvn clean package

Sanity testing

Do some basic manual testing to see if release looks ok. For example do and install and run through a few of the samples.

Branch

Create a branch for release maintenance

Sign

Code Block

ant sign

Stage - Step-By-Step Guide to Mirroring Releases.

e.g., gpg --armor --output tika-X.Y.tar.gz.asc --detach-sig tika-X.Y.tar.gz \
md5sum tika-X.Y.tar.gz > tika-X.Y.tar.gz.md5

Vote

13. Release Review and Vote: Use the following email as a template for a real email sent to the private@lucene.apache.org and the tika-dev@lucene.apache.org lists, calling for a vote on the release candidate (posted on a publicly accessible website):

...