A skill to make a GitHub release for the `@funstack/static` package. Use this skill when the user wants to release a new version of the package.
To release a new version of the @funstack/static package, follow these steps:
packages/static/package.json file to determine the current version of the package.package.json. Ask the user to confirm if they have updated the version. If not, you should update the version based on semantic versioning rules (patch, minor, major) as per user's instruction.packages/static/package.json, commit and push if necessary.chore: bump version to x.y.z where x.y.z is the new version.gh CLI to create a new release on GitHub with the new version and the generated release notes.x.y.z where x.y.z is the new version.When writing release notes, consider the following structure:
## What's Changed
### Breaking Changes
- Change defer API to accept JSX element instead of component (#14)
### Features
- Add cache busting for main RSC payload (#16)
### Improvements
- Simplify RSC payload path (#15)
### Thanks
A big thank you to @contributor for contributing the cache busting feature (#16) and for reporting #13, which drove the changes in this release. 🎉
**Full Changelog**: https://github.com/uhyo/funstack-static/compare/0.0.1...0.0.2
Notes:
The repository owner is uhyo. Anyone else who contributed to the release deserves a shout-out.
To find external contributors:
git log --format='%an <%ae>' <last-tag>..HEAD) and the authors of the merged PRs (gh pr view <number> --json author). Squash-merged PRs are committed under the PR author's name, so check both.Closes #N, Addresses #N, etc.) and note who reported them (gh api repos/uhyo/funstack-static/issues/<N> -q .user.login). Reporting the issue that drove a change counts as a contribution.uhyo and bots such as dependabot[bot].When writing the "Thanks" section:
@handle) so they get credited on the release page.Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer