Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit db64878

Browse files
authored
Merge pull request #406 from seanpmorgan/patch-1
Update SIG Addons RELEASE.md
2 parents e94e805 + ee68647 commit db64878

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sigs/addons/RELEASE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ SIG Addons release process consists of the folowing steps:
77
* 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)
88
* 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)
99
* 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)
1113
* Add updates for new features, enhancements, bug fixes
1214
* Add contributors using `git shortlog <last-version>..HEAD -s`
1315
* **NOTE: This will trigger a GitHub action to release the wheels on PyPi**

0 commit comments

Comments
 (0)