Skip to content

Commit

Permalink
fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaofeiCao committed Nov 28, 2024
1 parent fb7e854 commit b102c31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eng/automation/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@ def sdk_automation_typespec_project(tsp_project: str, config: dict) -> dict:
head_sha: str = config["headSha"]
repo_url: str = config["repoHttpsUrl"]
breaking: bool = False
changelog = ""
breaking_change_items = []

succeeded, require_sdk_integration, sdk_folder, service, module = generate_typespec_project(
tsp_project, sdk_root, spec_root, head_sha, repo_url, remove_before_regen=True, group_id=GROUP_ID
Expand Down

0 comments on commit b102c31

Please sign in to comment.