Skip to content

Commit 6c2d6e7

Browse files
Merge pull request #2 from open-coder-ai/ci/pin-framework-v0.7.0
ci: pin the publish default to v0.7.0, the framework the tree was built with
2 parents fa3712c + f49072d commit 6c2d6e7

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,14 @@ on:
2020
default: main
2121
framework_ref:
2222
# A tag is the right default -- a release should be reproducible from two pinned
23-
# refs. v0.2.0 is the first framework release containing the plugin emitter.
24-
# Bump this default with each framework release the published trees build from.
23+
# refs. This names the framework the committed tree was last built with, so a
24+
# dispatch that accepts the defaults reproduces what is published rather than
25+
# rewriting it. It sat at v0.4.0 across three releases while the trees moved to
26+
# v0.5.0, v0.6.0 and v0.7.0, which made the safe-looking default the one that
27+
# would have rewritten every package. Bump it in the same change that republishes.
2528
description: Framework ref to build with
2629
type: string
27-
default: v0.4.0
30+
default: v0.7.0
2831
dry_run:
2932
description: Build and show the diff without pushing
3033
type: boolean

0 commit comments

Comments
 (0)