Conversation
* Add repository labels for workflows Created all necessary labels for code-review and release workflows: - code-review: Trigger automated Claude code reviews - release/test-release: PyPI publishing workflow triggers - bump:*: Version bump labels (major, minor, patch, stable, alpha, beta, rc, post, dev) Updated CLAUDE.md with label documentation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * Fix test workflow YAML syntax error Fixed malformed YAML in claude-code-review.yml that was causing workflow failures. Changed job name from incorrect nested structure to proper 'code-review' job name. Verified all 17 tests pass locally (16.12s). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>
Changed Quarto version from 'latest' to specific version '1.8.25' to avoid bug in quarto-dev/quarto-actions/setup@v2 that constructs malformed URL when using 'latest'. Error was: wget https://github.com/.../vlatest/quarto-latest-linux-amd64.deb (404 Not Found) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Implement label-driven release automation with version bumping: - Add version-bump.yml workflow - Triggers on PR labels (bump:major, bump:minor, etc.) - Applies version bumps using uv version --bump - Commits changes back to PR branch - Posts version change comment - Add release.yml workflow - Triggers on merged PRs with release/test-release labels - Builds and tests package - Publishes to PyPI or TestPyPI - Creates git tag and GitHub Release - Remove deprecated python-publish.yml workflow - Add comprehensive release documentation (.github/RELEASE.md) - Update CLAUDE.md with release workflow guidance All required labels already exist in repository. Ready for testing phase. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Add automated release workflow
Issues fixed: - Remove 'synchronize' trigger to prevent multiple workflow runs - Apply all version bumps in single uv command instead of sequential - Now correctly handles: uv version --bump minor --bump rc This fixes PR #11 where adding multiple labels triggered 3 separate workflow runs, each failing because they tried to bump separately. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Add automated release workflow
Contributor
|
✅ Version bumped: |
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.
Summary
Merging changes from dev to main:
Changes
Labels Created (via #10)
Created 12 repository labels via GitHub API:
Workflow Triggers:
code-review- Trigger automated Claude code reviewsrelease- Publish package to PyPItest-release- Publish package to TestPyPIVersion Bumps:
bump:major,bump:minor,bump:patch- Semantic versioningbump:stable,bump:alpha,bump:beta,bump:rc,bump:post,bump:dev- Pre-release versionsYAML Syntax Fix
Fixed malformed YAML in
.github/workflows/claude-code-review.yml:code-reviewDocumentation
CLAUDE.mdwith project guidance_todo/workflow system for task managementCLAUDE.mdTesting
✅ All 17 tests pass
Merged PRs
🤖 Generated with Claude Code