Skip to content

Create changelog generation workflow #7

Description

@db-tycoon-stephen

Summary

Auto-generate CHANGELOG.md from commit messages using conventional commits.

Requirements

  • Parse conventional commits (feat:, fix:, etc.)
  • Group by type (Features, Fixes, Breaking Changes)
  • Link to PRs and issues
  • Include contributor credits

Technical Details

  • File: .github/workflows/changelog.yml
  • Triggers on release or manually
  • May use conventional-changelog or similar

Acceptance Criteria

  • Changelog generated from commits
  • Proper grouping by type
  • Links to related PRs/issues
  • Works with semantic versioning

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Priority 2 - MediumautomationWorkflow automationci/cdContinuous Integration and Deployment

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions