- config.example.toml with all available options documented - CLAUDE.md with release workflow instructions 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
760 B
760 B
Owlry - Claude Code Instructions
Release Workflow
Always use just for releases and AUR deployment:
# Bump version (updates Cargo.toml + Cargo.lock, commits)
just bump 0.x.y
# Push and create tag
git push && just tag
# Update AUR package
just aur-update
# Review changes, then publish
just aur-publish
Do NOT manually edit Cargo.toml for version bumps - use just bump.
Available just recipes
just build/just release- Build debug/releasejust check- Run cargo check + clippyjust test- Run testsjust bump <version>- Bump versionjust tag- Create and push git tagjust aur-update- Update PKGBUILD checksumsjust aur-publish- Commit and push to AURjust aur-test- Test PKGBUILD locally