Commit 66a4bf0
authored
chore(release): v0.3.0 (#4)
## Release v0.3.0
Minor release. Adds the reusable release workflow caller and bumps
`.claude-plugin/plugin.json` and `skills/peer-qa-review/SKILL.md`
frontmatter `metadata.version` from `0.2.0` to `0.3.0`.
### Highlights since v0.2.0
- **npm distribution** — the skill now ships as an npm package via
`@netresearch/agent-skill-coordinator`, joining Composer and the Claude
Code marketplace as a first-class install path (#3).
### Release pipeline
This is the first release of `peer-qa-review-skill` cut against the
standardized `skill-repo-skill` reusable release workflow. The new
`.github/workflows/release.yml` caller wires up:
- signed-tag-only release trigger,
- cosign-keyless `SHA256SUMS.txt` signing,
- SLSA build-provenance attestations on every archive,
- GitHub native attestation API verification via `gh attestation
verify`.
### Release plan
After merge: tag main with a signed annotated tag, push, the reusable
workflow at
`netresearch/skill-repo-skill/.github/workflows/release.yml@main`
publishes archives + SHA256SUMS with cosign + SLSA attestation, then
narrative notes get applied via `gh release edit --notes-file`.3 files changed
Lines changed: 16 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments