Skip to content

chore: add release workflow, versioning, and CHANGELOG#6

Merged
christosgkoros merged 1 commit into
mainfrom
chore/release-workflow
Jul 20, 2026
Merged

chore: add release workflow, versioning, and CHANGELOG#6
christosgkoros merged 1 commit into
mainfrom
chore/release-workflow

Conversation

@christosgkoros

Copy link
Copy Markdown
Contributor

Adds a versioning + release process to the plugin.

What's included

  • CHANGELOG.md — Keep a Changelog + SemVer. The /postman:learn command and search-strategy/skill rework are staged under [Unreleased], ready to be cut as 1.1.0. Historical 1.0.1/1.0.0 entries backfilled.
  • .github/workflows/release.yml — manual dispatch (patch/minor/major). Bumps .cursor-plugin/plugin.json, rolls [Unreleased] into a dated version section, commits, tags (bare version, no v), and publishes a GitHub Release with the changelog notes.
  • .github/workflows/pr-check.yml — fails a PR that changes commands/, skills/, agents/, rules/, or .mcp.json without adding an [Unreleased] entry.
  • RELEASING.md + README Versioning & Releases section.

After merge

Run Actions → Release with bump: minor to cut 1.1.0.

Generated with Claude Code

- CHANGELOG.md (Keep a Changelog + SemVer), learn command staged under [Unreleased]
- .github/workflows/release.yml: manual-dispatch bump/tag/GitHub Release
- .github/workflows/pr-check.yml: require [Unreleased] entry for content changes
- RELEASING.md + README Versioning & Releases section

Co-Authored-By: Claude <noreply@anthropic.com>
@christosgkoros
christosgkoros merged commit e2d0b1a into main Jul 20, 2026
1 check passed
@christosgkoros
christosgkoros deleted the chore/release-workflow branch July 20, 2026 15:34
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.

1 participant