You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 10, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: sigs/addons/RELEASE.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,9 @@ SIG Addons release process consists of the folowing steps:
7
7
* 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)
8
8
* 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)
9
9
* Ensure proper supported python libraries are set in [setup.py](https://github.com/tensorflow/addons/blob/master/setup.py)
10
-
3. Publish and tag a [release on Github](https://github.com/tensorflow/addons/releases)
10
+
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
11
+
* We keep the "latest" image on nightly, but for building old TFA versions we should pin to the proper container for that release.
12
+
4. Publish and tag a [release on Github](https://github.com/tensorflow/addons/releases)
11
13
* Add updates for new features, enhancements, bug fixes
12
14
* Add contributors using `git shortlog <last-version>..HEAD -s`
13
15
***NOTE: This will trigger a GitHub action to release the wheels on PyPi**
0 commit comments