From e6af25002f494ae900e57959412896a31e9f9021 Mon Sep 17 00:00:00 2001 From: Sean Morgan Date: Thu, 11 Nov 2021 11:06:24 -0800 Subject: [PATCH] Update SIG Addons Release Process --- sigs/addons/RELEASE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sigs/addons/RELEASE.md b/sigs/addons/RELEASE.md index 81aa9d14d..db41b975f 100644 --- a/sigs/addons/RELEASE.md +++ b/sigs/addons/RELEASE.md @@ -6,6 +6,7 @@ SIG Addons release process consists of the folowing steps: * Set the correct version and suffix in [version.py](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/version.py) * 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) * Add updates for new features, enhancements, bug fixes * Add contributors using `git shortlog ..HEAD -s`