heinrichreimer / action-github-changelog-generator

✏️ Automatically generate change log from your tags, issues, labels and pull requests on GitHub.
MIT License
127 stars 34 forks source link

Section/Header of fixed issue with milestone only (no release!) #41

Closed baedorf closed 1 year ago

baedorf commented 1 year ago

Describe the bug

I use milestones for tracking issues and don't plan to perform a github release, because user shall built artefact by itself. I start using the action manually by hand and add changelog to repository. I'd expect the milestone ticket was resolved in as header, but unfortunatly header/section is always "Unreleased".

Reproduce

Steps to reproduce the behavior:

  1. Create an issue.
  2. Assign issue to a defined milestone
  3. Close issue.
  4. Run action.

Expected behavior

There should be a section/header with milestone, but is: "Unreleased"

baedorf commented 1 year ago

Ok, was a missunderstanding. To generate the "expected" changelog I have to do following thinks: