chore: updating changeset to be experimental breaking

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-11-14 10:07:53 -07:00
parent b402097db3
commit 12be0b3631
+1 -1
View File
@@ -3,7 +3,7 @@
'@backstage/plugin-scaffolder-node': minor
---
BREAKING ALPHA: The `checkpoint` method now takes an object instead of previous arguments.
BREAKING EXPERIMENTAL: The `checkpoint` method now takes an object instead of previous arguments.
```ts
await ctx.checkpoint({ key: 'repo.create', fn: () => ockokit.repo.create({...})})