Skip to content

Project version requirements management and command-line suggestions for change log generation #386

@hermer

Description

@hermer

The desired workflow is to implement an automated mechanism that integrates version planning, to-do lists, proposal discussions, and implementation records, automatically generating a version changelog after release.

The expected workflow is as follows:
Version Planning Management: Maintain a requirements list for each version in the project files (e.g., VERSIONS.md).

# Version Planning
## 1.0.0 (Under Development)

- [ ] Feature A: xxxx (Associated with Issue #1)

- [ ] Feature B: xxxx (Associated with Issue #2)

## 1.1.0 (Planned)

- [ ] Feature C: xxx

- [ ] Feature D: xxx

Automated Task Status: When a requirement or task is completed, its status is automatically updated to "Completed".

Changelog Generation: When a version is released, automatically or semi-automatically generate a changelog for that version, based on completed tasks/Issues.

Desired Features: Command-driven, managing status and generation via simple CLI commands.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions