Skip to content

Commit

Permalink
fix(wrangler): remove triggered_by annotation from createDeployment
Browse files Browse the repository at this point in the history
This got lost in translation:
cloudflare#5224 (comment)
  • Loading branch information
taylorlee committed Mar 20, 2024
1 parent 93150aa commit 65fbb2f
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 65fbb2f

Please sign in to comment.