From ee686474647a3cb2305a46c6d98029af81b8dc20 Mon Sep 17 00:00:00 2001 From: Sean Morgan Date: Mon, 27 Dec 2021 17:34:05 -0800 Subject: [PATCH] Update RELEASE.md --- sigs/addons/RELEASE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sigs/addons/RELEASE.md b/sigs/addons/RELEASE.md index db41b975f..4c5348674 100644 --- a/sigs/addons/RELEASE.md +++ b/sigs/addons/RELEASE.md @@ -7,7 +7,9 @@ SIG Addons release process consists of the folowing steps: * Ensure the proper minimum and maximum tested versions of TF are set in [version.py](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/version.py) * Ensure the proper minimum and maximum ABI compatibility versions are set in [resource_loader.py](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/utils/resource_loader.py) * Ensure proper supported python libraries are set in [setup.py](https://github.com/tensorflow/addons/blob/master/setup.py) -3. Publish and tag a [release on Github](https://github.com/tensorflow/addons/releases) +3. Create and merge a new PR which [sets the build docker image](https://github.com/tensorflow/addons/blob/master/tools/docker/build_wheel.Dockerfile#L3) to match the tensorflow dependency + * We keep the "latest" image on nightly, but for building old TFA versions we should pin to the proper container for that release. +4. Publish and tag a [release on Github](https://github.com/tensorflow/addons/releases) * Add updates for new features, enhancements, bug fixes * Add contributors using `git shortlog ..HEAD -s` * **NOTE: This will trigger a GitHub action to release the wheels on PyPi**