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`