Releases: netresearch/github-project-skill
Releases · netresearch/github-project-skill
v2.10.2
Maintenance release with CI and metadata fixes.
Added the required author.url field to plugin.json for skill validation compliance. Switched org-internal reusable workflow references from SHA-pinned to branch-based (@main), since SHA-pinning internal workflows causes unnecessary churn from Renovate without meaningful security benefit.
Full Changelog: v2.10.1...v2.10.2
v2.10.1
v2.10.0
Full Changelog: v2.9.0...v2.10.0
v2.9.0
v2.8.0
v2.7.1
What's Changed
Full Changelog: v2.7.0...v2.7.1
v2.7.0
v2.6.2
What's Changed
- feat: add release announcement discussion to release-labeler by @CybotTM in #23
- chore: replace generic emails with GitHub references by @CybotTM in #24
- fix: remove unsupported 'support' field from plugin.json by @CybotTM in #25
- feat: add actionlint workflow linter by @CybotTM in #26
- chore: add .gitignore by @CybotTM in #27
- fix: standardize frontmatter and composer.json paths by @CybotTM in #28
- fix: standardize plugin.json author URL to company website by @CybotTM in #29
- refactor: trim SKILL.md for token efficiency by @CybotTM in #30
- feat: add skill validation CI job by @CybotTM in #31
Full Changelog: v2.6.1...v2.6.2
v2.6.1
Full Changelog: v2.6.0...v2.6.1
v2.6.0
What's Changed
- feat: add solo-maintainer auto-approve as first-class pattern
- fix: move permissions to job-level per least-privilege principle
- docs: add tag-version validation reference
- fix: use portable sed and add error handling per review
- docs: add composer audit ignore and batch PR merge gotchas