Goal
Publish the first real version tag/release for the reusable governance actions.
The project currently declares version 0.1.0 in package.json, but there is no matching Git tag or GitHub Release.
Why
Callers intentionally pin actions to immutable commit SHAs. We also want the human-readable convention:
uses: LibreCodeCoop/github-governance@<full-sha> # v0.1.0
That comment must refer to a real tag pointing to the pinned revision, not just the package metadata.
A real release/tag also gives Dependabot a versioned upstream reference for future updates.
Acceptance criteria
- choose the first stable revision after the current migration fixes;
- create Git tag
v0.1.0 pointing to that revision;
- publish a GitHub Release for
v0.1.0;
- update LibreSign and LibreCodeCoop callers so both
github-governance and github-governance/discover SHA pins include # v0.1.0;
- keep the full immutable SHA in
uses:;
- verify Dependabot recognizes future GitHub Actions updates.
Goal
Publish the first real version tag/release for the reusable governance actions.
The project currently declares version
0.1.0inpackage.json, but there is no matching Git tag or GitHub Release.Why
Callers intentionally pin actions to immutable commit SHAs. We also want the human-readable convention:
That comment must refer to a real tag pointing to the pinned revision, not just the package metadata.
A real release/tag also gives Dependabot a versioned upstream reference for future updates.
Acceptance criteria
v0.1.0pointing to that revision;v0.1.0;github-governanceandgithub-governance/discoverSHA pins include# v0.1.0;uses:;