We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb98acf commit b0cc7c2Copy full SHA for b0cc7c2
utils/release.py
@@ -122,6 +122,8 @@ def pre_release_work(patch=False):
122
123
print(f"Updating version to {version}.")
124
global_version_update(version, patch=patch)
125
+
126
127
# if not patch:
128
# print("Cleaning main README, don't forget to run `make fix-copies`.")
129
# clean_main_ref_in_model_list()
@@ -141,6 +143,8 @@ def post_release_work():
141
143
142
144
145
global_version_update(version)
146
147
148
149
150
0 commit comments