From e9ac23746fae47fa9891e50834486a8889953bf7 Mon Sep 17 00:00:00 2001 From: Sean Morgan Date: Thu, 6 Aug 2020 10:40:37 -0400 Subject: [PATCH 1/5] Update Addons Release.md --- sigs/addons/RELEASE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sigs/addons/RELEASE.md b/sigs/addons/RELEASE.md index 02973bb1b..7c4cfd247 100644 --- a/sigs/addons/RELEASE.md +++ b/sigs/addons/RELEASE.md @@ -4,6 +4,7 @@ SIG Addons release process consists of the folowing steps: 1. Create new rX.X branch on tensorflow/addons 2. Create and merge a new PR into the release branch * Set the correct version and suffix in [version.py](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/version.py) + * Ensure the proper minimum of maximum versions of TF are set in the [ensure_tf util](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/utils/ensure_tf_install.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` @@ -15,4 +16,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/) - \ No newline at end of file + From 4944660164978b594123315c15796e01ee94c777 Mon Sep 17 00:00:00 2001 From: Sean Morgan Date: Fri, 7 Aug 2020 19:07:16 -0400 Subject: [PATCH 2/5] typo --- sigs/addons/RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sigs/addons/RELEASE.md b/sigs/addons/RELEASE.md index 7c4cfd247..0df36ed5e 100644 --- a/sigs/addons/RELEASE.md +++ b/sigs/addons/RELEASE.md @@ -4,7 +4,7 @@ SIG Addons release process consists of the folowing steps: 1. Create new rX.X branch on tensorflow/addons 2. Create and merge a new PR into the release branch * Set the correct version and suffix in [version.py](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/version.py) - * Ensure the proper minimum of maximum versions of TF are set in the [ensure_tf util](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/utils/ensure_tf_install.py) + * Ensure the proper minimum and maximum versions of TF are set in the [ensure_tf util](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/utils/ensure_tf_install.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` From b66911dd513dcf1bc3a686c1bb973cc92643582d Mon Sep 17 00:00:00 2001 From: Sean Morgan Date: Thu, 3 Sep 2020 14:14:52 -0700 Subject: [PATCH 3/5] * Update location --- sigs/addons/RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sigs/addons/RELEASE.md b/sigs/addons/RELEASE.md index 0df36ed5e..287dcc8d6 100644 --- a/sigs/addons/RELEASE.md +++ b/sigs/addons/RELEASE.md @@ -4,7 +4,7 @@ SIG Addons release process consists of the folowing steps: 1. Create new rX.X branch on tensorflow/addons 2. Create and merge a new PR into the release branch * 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 versions of TF are set in the [ensure_tf util](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/utils/ensure_tf_install.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) 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` From 8a611c169102d23b142cb5dc7b9ba901c46bd542 Mon Sep 17 00:00:00 2001 From: Sean Morgan Date: Sat, 17 Oct 2020 19:53:53 -0700 Subject: [PATCH 4/5] Update RELEASE.md Add ABI compatibility --- sigs/addons/RELEASE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sigs/addons/RELEASE.md b/sigs/addons/RELEASE.md index 287dcc8d6..81aa9d14d 100644 --- a/sigs/addons/RELEASE.md +++ b/sigs/addons/RELEASE.md @@ -5,6 +5,7 @@ SIG Addons release process consists of the folowing steps: 2. Create and merge a new PR into the release branch * 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) 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` From 3864c7e1c03dc925c53ae987de4a447b5c925905 Mon Sep 17 00:00:00 2001 From: Sean Morgan Date: Sat, 17 Oct 2020 19:54:05 -0700 Subject: [PATCH 5/5] Update RELEASE.md