Skip to content

📋 Implement Automated Changelog Generation #337

@sfloess

Description

@sfloess

Problem

CHANGELOG.md updates are manual.

Solution

Use conventional commits + automation:

Option 1: git-changelog-maven-plugin

<plugin>
    <groupId>se.bjurr.gitchangelog</groupId>
    <artifactId>git-changelog-maven-plugin</artifactId>
    <configuration>
        <templateFile>changelog.mustache</templateFile>
    </configuration>
</plugin>

Option 2: GitHub Actions

Use conventional-changelog-action

Commit Format

feat: add TLS support to REST API
fix: path traversal vulnerability
docs: update CONTRIBUTING.md

Priority: LOW | Build

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions