Skip to content

Commit

Permalink
fix(wrangler): remove triggered_by annotation from createDeployment (#…
Browse files Browse the repository at this point in the history
…5306)

This got lost in translation:
#5224 (comment)
  • Loading branch information
taylorlee committed Mar 20, 2024
1 parent 4126ee0 commit c60fed0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/breezy-badgers-play.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"wrangler": patch
---

Remove triggered_by annotation from experimental versions deploy command.
1 change: 0 additions & 1 deletion packages/wrangler/src/versions/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ export async function createDeployment(
([version_id, percentage]) => ({ version_id, percentage })
),
annotations: {
"workers/triggered_by": "deployment",
"workers/message": message,
},
}),
Expand Down

0 comments on commit c60fed0

Please sign in to comment.