Skip to content

Release v1.3.0#14

Open
christosgkoros wants to merge 2 commits into
mainfrom
release/v1.3.0
Open

Release v1.3.0#14
christosgkoros wants to merge 2 commits into
mainfrom
release/v1.3.0

Conversation

@christosgkoros

Copy link
Copy Markdown
Contributor

Cuts the v1.3.0 release.

Changes

  • Add CHANGELOG.md (Keep a Changelog + SemVer) with history back to 1.0.0
  • Bump plugin.json to 1.3.0 to cover the /postman:learn command
  • Add .github/workflows/release.yml — on a v* tag it verifies the tag matches plugin.json, extracts the matching CHANGELOG section, and publishes a GitHub Release
  • Document versioning/release discipline in CLAUDE.md

Releasing after merge

Once merged to main:

git tag v1.3.0 && git push origin v1.3.0

The Release workflow then publishes the GitHub Release from the 1.3.0 CHANGELOG section.

Generated with Claude Code

- Introduce CHANGELOG.md (Keep a Changelog + SemVer) with history back to 1.0.0
- Bump plugin.json to 1.3.0 to cover the /postman:learn command
- Add release workflow that tags -> verifies version -> publishes GitHub Release
  from the matching CHANGELOG section
- Document versioning/release discipline in CLAUDE.md

Co-Authored-By: Claude <noreply@anthropic.com>
- Add CHANGELOG.md to the structure validator's allowed root markdown files
- Set markdownlint MD024 siblings_only so repeated '### Added'/'### Changed'
  headings across changelog versions are permitted

Co-Authored-By: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant