adityamparikh opened a new pull request, #34:
URL: https://github.com/apache/solr-mcp/pull/34

   ## Summary
   - Add automated CHANGELOG.md generation using git-cliff
   - Configure workflow to trigger on version tags and manual dispatch
   - Document the changelog workflow in WORKFLOWS.md
   
   ## Changes
   
   ### New Files
   - **cliff.toml**: git-cliff configuration file
     - Parses conventional commits (feat:, fix:, docs:, etc.)
     - Groups by type (Features, Bug Fixes, Documentation, etc.)
     - Links to GitHub issues and PRs
     
   - **.github/workflows/changelog.yml**: GitHub Actions workflow
     - Triggers on version tags (v*)
     - Manual trigger with options: dry_run, create_pr, tag
     - Uses orhun/git-cliff-action v4
   
   ### Updated Files
   - **dev-docs/WORKFLOWS.md**: Added changelog.yml documentation
     - Quick reference table entry
     - Full workflow documentation section
     - Workflow comparison matrix updated
   
   ## Features
   - **Automatic**: Triggers on version tags (v1.0.0, etc.)
   - **Preview Mode**: dry_run option shows changelog without committing
   - **PR Mode**: create_pr option creates a PR instead of direct commit
   - **Conventional Commits**: Parses feat:, fix:, docs:, perf:, refactor:, etc.
   
   ## Test plan
   - [ ] Verify cliff.toml syntax is valid
   - [ ] Test dry_run mode via manual workflow dispatch
   - [ ] Verify WORKFLOWS.md renders correctly
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to