Skip to content

Add release notes generator for contracts/CHANGELOG.md #460

Description

@greatest0fallt1me

Description

This is a smart-contract issue. contracts/CHANGELOG.md is hand-written. Add a script that scans recent commits affecting contracts/contracts/streampay-stream/ and produces a draft changelog entry.

Requirements and Context

  • Script under scripts/
  • Groups by feat/fix/task
  • Outputs markdown
  • Must be secure, tested, and documented
  • Should be efficient and easy to review

Suggested Execution

  1. Fork the repo and create a branch
    git checkout -b task/contracts-changelog-gen
  2. Implement changes
    • scripts/contracts-changelog.ts
  3. Test and commit
    • Manual run
    • Include test output and notes in the PR

Example commit message

task: contracts changelog generator

Acceptance Criteria

  • Script runs
  • Output sensible
  • Docs updated

Guidelines

  • No external services
  • Clear documentation and inline comments
  • Timeframe: 96 hours

Metadata

Metadata

Labels

Type

Fields

No fields configured for Task.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions