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
@@ -4,6 +4,8 @@ SIG Addons release process consists of the folowing steps:
4
4
1. Create new rX.X branch on tensorflow/addons
5
5
2. Create and merge a new PR into the release branch
6
6
* Set the correct version and suffix in [version.py](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/version.py)
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
+
* 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)
7
9
3. Publish and tag a [release on Github](https://github.com/tensorflow/addons/releases)
8
10
* Add updates for new features, enhancements, bug fixes
9
11
* Add contributors using `git shortlog <last-version>..HEAD -s`
@@ -15,4 +17,4 @@ SIG Addons release process consists of the folowing steps:
15
17
Current Release Team:
16
18
- Sean Morgan - GitHub: [@seanpmorgan](https://github.com/seanpmorgan) - PyPI: [seanmorgan](https://pypi.org/user/seanmorgan/)
17
19
- Yan Facai(颜发才) - GitHub: [@facaiy](https://github.com/facaiy) - PyPI: [facaiy](https://pypi.org/user/facaiy/)
0 commit comments