Skip to content

Commit e933c46

Browse files
authored
Update auto_package.py (Azure#17332)
1 parent 65cf7f8 commit e933c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def main(generate_input, generate_output):
5858
md_output = change_log_generate(package_name)
5959
package["changelog"] = {
6060
"content": md_output,
61-
"hasBreakingChange": "Breaking changes" in md_output or "Initial Release" in md_output
61+
"hasBreakingChange": "Breaking changes" in md_output
6262
}
6363
_LOGGER.info(f'[PACKAGE]({package_name})[CHANGELOG]:{md_output}')
6464
# Built package

0 commit comments

Comments
 (0)