Skip to content

Commit ff1676d

Browse files
authored
update changelog for initial release (#36312)
1 parent 290a095 commit ff1676d

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def change_log_generate(package_name, last_version, tag_is_stable: bool = False)
3030
else:
3131
last_version[-1] = str(last_release)
3232
except:
33-
return " - Initial Release"
33+
return "### Other Changes\n\n - Initial version"
3434
else:
3535
return change_log_main(f"{package_name}:pypi", f"{package_name}:latest", tag_is_stable)
3636

0 commit comments

Comments
 (0)