Skip to content

Commit fac5c4e

Browse files
Update package_utils.py (#39361)
1 parent b5d45cc commit fac5c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/azure-sdk-tools/packaging_tools/package_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def change_log_generate(
6262
else:
6363
last_version[-1] = str(last_release)
6464
except:
65-
return "### Other Changes\n\n - Initial version"
65+
return ("### Other Changes\n\n - Initial version", last_version)
6666

6767
# try new changelog tool
6868
if prefolder and not is_multiapi:

0 commit comments

Comments
 (0)