Skip to content

chore: bump version to 0.3.0 and document version-bump workflow#36

Merged
durandom merged 1 commit into
redhat-developer:mainfrom
durandom:bump-v0.3.0
Jun 1, 2026
Merged

chore: bump version to 0.3.0 and document version-bump workflow#36
durandom merged 1 commit into
redhat-developer:mainfrom
durandom:bump-v0.3.0

Conversation

@durandom
Copy link
Copy Markdown
Member

@durandom durandom commented Jun 1, 2026

Summary

  • Bump version 0.2.00.3.0 across pyproject.toml, plugin.json, and marketplace.json
  • Expand the Versioning section in AGENTS.md with agent-facing instructions:
    • When to bump: patch for behavior changes, minor for new features, major for breaking changes; skip for docs/CI-only
    • How to bump: read current version, compute new, update all 3 files (4 occurrences), include version in PR title
    • Git tags: document that skills CLI resolves via git tags, with tagging instructions post-merge

Test plan

  • All 283 tests pass (uv run pytest)
  • Pre-commit hooks pass
  • After merge, create tag v0.3.0 and verify npx skills add redhat-developer/rhdh-skill@v0.3.0 resolves correctly

🤖 Generated with Claude Code

Bump version across all manifest files and expand the Versioning
section in AGENTS.md with agent-facing instructions for when/how
to bump and how git tags drive distribution.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings June 1, 2026 11:08
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Bumps the released skill/package version to 0.3.0 and documents a version-bump workflow for agents/contributors.

Changes:

  • Update version 0.2.00.3.0 in pyproject.toml, .claude-plugin/plugin.json, .claude-plugin/marketplace.json, and uv.lock
  • Expand AGENTS.md with guidance on when/how to bump versions and how tagging relates to skills CLI resolution

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
uv.lock Updates locked package entry version to 0.3.0.
pyproject.toml Bumps Python project/package version to 0.3.0.
AGENTS.md Adds/expands documented version-bump and tagging workflow.
.claude-plugin/plugin.json Bumps plugin manifest version to 0.3.0.
.claude-plugin/marketplace.json Bumps marketplace listing versions to 0.3.0 (both occurrences).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread AGENTS.md
Comment on lines +69 to 73
Single version kept in sync across three files:

- `pyproject.toml` — Python package version
- `.claude-plugin/plugin.json` — plugin manifest
- `.claude-plugin/marketplace.json` — marketplace listing (2 occurrences)
Comment thread AGENTS.md
Bump all three when releasing.
### When to bump

Include a **patch** version bump (`x.y.Z`) in any PR that changes skill behavior, scripts, or SKILL.md files. Use **minor** (`x.Y.0`) for new skills/features, **major** (`X.0.0`) for breaking changes. Do NOT bump for docs-only or CI-only changes.
Comment thread pyproject.toml
Comment on lines 1 to 4
[project]
name = "rhdh-skill"
version = "0.2.0"
version = "0.3.0"
description = "Claude Code skill for RHDH plugin development"
Comment thread AGENTS.md
Comment on lines +81 to +84
1. Read the current version from `pyproject.toml`.
2. Compute the new version (patch/minor/major as appropriate).
3. Update all three files (4 occurrences total) in the same commit.
4. The PR title should include the new version, e.g., `feat: add foo skill (v0.4.0)`.
@durandom durandom merged commit 203465c into redhat-developer:main Jun 1, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants