@@ -106,25 +106,27 @@ Actions to create or approve pull requests at that time. The run did not change
106106` main ` , create a tag or published Release, or publish to npm.
107107
108108The 0.1.1 maintenance work makes the component and stable-patch policy
109- explicit, anchors the one repair cycle at the exact 0.1.0 release commit, and
110- restores Release Please ownership of the reviewed version/changelog PR plus the
111- immutable tag and GitHub Release. The scoped Release Please job now uses the
112- repository's enabled Actions PR authorization to create and label the normal PR;
109+ explicit, used the exact 0.1.0 release commit to anchor only the initial repair
110+ dispatch, and restores Release Please ownership of the reviewed
111+ version/changelog PR plus the immutable tag and GitHub Release. A normal topic
112+ PR removes that temporary anchor and records final candidate approval before a
113+ fresh preparation dispatch refreshes the action-owned release PR. The scoped
114+ Release Please job now uses the repository's enabled Actions PR authorization
115+ to create and label the normal PR;
113116a human owner reviews its exact final head. Default workflow permissions remain
114117read-only, bot approval is never accepted, and the workflow does not modify the
115118repository setting. Patch-only versioning prevents an implicit 0.2 bump during
116- this maintenance window. The temporary anchor must be removed in that release
117- PR before merge. The explicit component identifies the temporary branch but,
118- for this root package, does not enter the Release Please title or public tag;
119+ this maintenance window. The explicit component identifies the temporary
120+ branch but, for this root package, does not enter the Release Please title or public tag;
119121the only accepted patch tag is ` v0.1.1 ` . Publication is triggered from the
120122successful attempt-qualified Release Please push run and independently verifies
121123that run's schema-v2 result artifact, default-branch commit, tag, immutable
122124Release, and package artifact before the existing bounded live smoke and npm
123- OIDC steps. A
124- push rerun is bounded to the same run ID, SHA, candidate, Release-producing
125+ OIDC steps. A push rerun is bounded to the same run ID, SHA, candidate,
126+ Release-producing
125127attempt, and exact Release state; manual preparation remains attempt-1-only.
126- The Release notes must equal the reviewed ` CHANGELOG ` entry. The post-merge run also
127- requires an administrator's approval on the release PR's final head.
128+ The Release notes must equal the reviewed ` CHANGELOG ` entry. The post-merge run
129+ also requires an administrator's approval on the release PR's final head.
128130
129131The exact stale branch remains failure evidence until its contents, lack of an
130132open PR, and lack of independent work are reconfirmed immediately before
0 commit comments