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: 5 additions & 3 deletions WORKFLOW.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ Each guarantee names the **failure it prevents**, so the reason survives a reimp

A run targets **one branch, the one it was triggered on** (`github.ref_name`): `main` builds a stable
release, `develop` a prerelease. The version is computed once and threaded downstream. A pull request
builds and tests but never publishes. The package **publishes itself** when a shipped input changes (the
source, the embedded data, the version floor, or the build configuration), so releases track the code
without a person cutting them. A maintainer dispatches only to force a release. Dependabot and codegen
builds and tests but never publishes. The package **publishes itself** when a shipped input changes - the
source, the embedded data, the version floor, the build configuration, or the package versions
(`Directory.Packages.props`) - so releases track the code without a person cutting them. Listing the package
versions means a dependency bump republishes too, keeping the package's declared dependencies current. A
Comment thread
ptr727 marked this conversation as resolved.
maintainer dispatches only to force a release. Dependabot and codegen
pull requests merge themselves once their checks pass.

### Glossary
Expand Down