Versions Compared

Key

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

...

In JIRA, inside version management, hover over the current release and a settings menu will appear. Click Release, and select today’s date.

...

1) Add a new entry for the new Flink ML release in the docs/data/release_archive.yml file.

2) For major releases, for major releases we need to update the website to point to the new stable release.In the _config.yml file under the root directory, update the following settings :in the docs/config.toml file.

Code Block
languagetext
FLINK_ML_VERSION_STABLE: $RELEASE_VERSION
FLINK_ML_VERSION_STABLE_SHORT: $SHORT_RELEASE_VERSION
docs-ml-stable: "https://ci.apache.org/projects/flink/flink-ml-docs-release-$SHORT_RELEASE_VERSION"

Finally, rebuild the website and push.

FlinkMLStableShortVersion: $SHORT_RELEASE_VERSION

3) Add download links for the new Flink ML release

...

in the docs/data/flink_ml.yml file.

4) Add release announcement under docs/content/posts.

5) Rebuild the website and push

In the _config.yml file under the root directory of flink-web, you will find a list of download links for previous releases.

Following the same format,

  • add a new entry to release_archive.flink_ml
  • for major releases, add a new entry to flink_ml_releases for the release binaries and sources
  • for minor releases, update the entry for the previous release in the series in flink_ml_releases

Please pay notice to the ids assigned to the download entries. They should be unique and reflect their corresponding version number.

Checklist to proceed to the next step

...