diff --git a/sigs/addons/RELEASE.md b/sigs/addons/RELEASE.md
index 4c5348674..411857b72 100644
--- a/sigs/addons/RELEASE.md
+++ b/sigs/addons/RELEASE.md
@@ -7,9 +7,7 @@ SIG Addons release process consists of the folowing steps:
 	* 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. 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
-	* We keep the "latest" image on nightly, but for building old TFA versions we should pin to the proper container for that release.
-4. Publish and tag a [release on Github](https://github.com/tensorflow/addons/releases)
+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 <last-version>..HEAD -s`
     * **NOTE: This will trigger a GitHub action to release the wheels on PyPi**
@@ -19,5 +17,4 @@ SIG Addons release process consists of the folowing steps:
 
 Current Release Team:
 - Sean Morgan - GitHub: [@seanpmorgan](https://github.com/seanpmorgan) - PyPI: [seanmorgan](https://pypi.org/user/seanmorgan/)
-- Yan Facai(颜发才) - GitHub: [@facaiy](https://github.com/facaiy) - PyPI: [facaiy](https://pypi.org/user/facaiy/)