commit | e2ae5bd991f1448af241bf4d26b9152ebafbf271 | [log] [tgz] |
---|---|---|
author | Anthonios Partheniou <partheniou@google.com> | Mon Apr 04 09:15:30 2022 |
committer | GitHub <noreply@github.com> | Mon Apr 04 09:15:30 2022 |
tree | 4ba563b2e20792a8b742d6dbb90af982bdf4cbdc | |
parent | 0fffd4f45be2434900f3db94253486df93c02c49 [diff] |
chore: allow releases on previous major versions
diff --git a/owlbot.py b/owlbot.py index 1c2710f..60ef1dc 100644 --- a/owlbot.py +++ b/owlbot.py
@@ -43,3 +43,5 @@ # ---------------------------------------------------------------------------- python.py_samples(skip_readmes=True) + +python.configure_previous_major_version_branches()