feat: add auto-release, beta versioning, and GitHub Pages docs#31
Merged
Conversation
Auto-Release: - Add auto-release.yml workflow: auto-determines version bump from PR labels (release:major/minor/patch/beta/skip) or commit prefixes - Auto-generates changelog, bumps version, tags, creates GitHub Release - Supports manual trigger via workflow_dispatch Beta/RC Versioning: - Update bump-version.sh to support beta and rc pre-release versions - Update release.sh to accept beta/rc bump types - Add make release-beta and make release-rc targets - Version format: X.Y.Z-beta.N or X.Y.Z-rc.N GitHub Pages: - Add docs.yml workflow to deploy docs/ to GitHub Pages - Triggers on push to main when docs/ or README changes - Enhanced docs/index.html with: - Search functionality (Ctrl+K or / to focus) - Light/dark mode toggle with persistence - URL hash navigation (shareable links) - Smooth section transitions with fade animation - Back-to-top button - New sections: Perception, Perception API, Releases & Versioning - Updated project structure with new files - Keyboard shortcuts (Esc to clear search) https://claude.ai/code/session_01JGamoWGB9PN39TCpi3F6J1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Auto-Release:
Beta/RC Versioning:
GitHub Pages:
https://claude.ai/code/session_01JGamoWGB9PN39TCpi3F6J1
Summary
Changes
Test Plan
make test)make lint)Related Issues