Skip to content

Commit

Permalink
Update auto_package.py (Azure#17332)
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc committed Mar 15, 2021
1 parent 65cf7f8 commit e933c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/azure-sdk-tools/packaging_tools/auto_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def main(generate_input, generate_output):
md_output = change_log_generate(package_name)
package["changelog"] = {
"content": md_output,
"hasBreakingChange": "Breaking changes" in md_output or "Initial Release" in md_output
"hasBreakingChange": "Breaking changes" in md_output
}
_LOGGER.info(f'[PACKAGE]({package_name})[CHANGELOG]:{md_output}')
# Built package
Expand Down

0 comments on commit e933c46

Please sign in to comment.