Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Update the README.md's  Available Tags section

  2. Update the TAG version in .env to be X.Y.Z.Q+1

  3. Update the version in .travis.yml to be X.Y.Z.Q+1 X.Y.Z
  4. Update CHANGES.md to include this release, changes and release date
  5. Test the release as in the example below
  6. Commit the changes
  7. To release a new version of Apache Tika on DockerHub, you can follow the below steps (replacing 2.5.0 with the version number you wish to publish).  As of 2.5.0, we started having to version our docker images even when based on the same Tika version.  So, Docker tags might be 2.5.0.1 for Tika version 2.5.0.  The first version in the commandlines is the Docker version, and the second version in the build command is the Tika version.

...