logancyang

Prerelease — Development agent for Claude Code

Development community

Use this agent to create a prerelease PR that triggers the automated GitHub Actions release workflow with the --prerelease flag set on the resulting GitHub Release.

How to install Prerelease

Installs to ~/.claude/agents/logancyang-obsidian-copilot-prerelease.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/logancyang/obsidian-copilot/HEAD/.claude/agents/prerelease.md -o ~/.claude/agents/logancyang-obsidian-copilot-prerelease.md

Restart Claude Code, or start a new session, for it to be picked up.

What Prerelease does


name: prerelease description: Use this agent to create a prerelease PR that triggers the automated GitHub Actions release workflow with the `--prerelease` flag set on the resulting GitHub Release. It bumps the version using a prerelease tag (e.g., `3.2.9-beta.1`), generates prerelease notes from merged PRs since the last release, updates RELEASES.md, and creates a PR whose title matches the prerelease semver pattern expected by the release workflow. Use when the user says "cut a prerelease",

Alternatives in Development

Full documentation available on GitHub

View Source Repository