Skip to content

Add GitHub release notes publishing support #5

@pouryawJs

Description

@pouryawJs

Summary

The current MVP can generate Markdown release notes from local merged pull request JSON. A future improvement could publish generated notes directly to a GitHub Release.

Why this matters

Maintainers often want to generate and publish release notes as part of the same workflow.

Proposed behavior

Add a new mode or command option:

mak release-notes --publish --tag v0.2.0

Or GitHub Action mode:

with:
  mode: release-notes
  tag: v0.2.0
  publish: "true"
Acceptance criteria
 Add GitHub API integration for creating or updating release notes
 Support dry-run mode
 Require explicit tag input
 Do not publish by default
 Add documentation and examples

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions