Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,15 @@ on:
type: string
default: main
framework_ref:
# A tag is the right default -- a release should be reproducible from two pinned
# refs. This names the framework the committed tree was last built with, so a
# dispatch that accepts the defaults reproduces what is published rather than
# rewriting it. It sat at v0.4.0 across three releases while the trees moved to
# v0.5.0, v0.6.0 and v0.7.0, which made the safe-looking default the one that
# would have rewritten every package. Bump it in the same change that republishes.
description: Framework ref to build with
type: string
default: v0.4.0
default: v0.7.0
dry_run:
description: Build and show the diff without pushing
type: boolean
Expand Down
Loading