Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
baedorf opened this issue Oct 1, 2022 · 1 comment
Closed

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

baedorf opened this issue Oct 1, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@baedorf
Copy link

baedorf commented Oct 1, 2022

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 baedorf added the bug Something isn't working label Oct 1, 2022
@baedorf baedorf changed the title Section/Header of fixed issue wirh milestone only (no release!) Section/Header of fixed issue with milestone only (no release!) Oct 1, 2022
@baedorf
Copy link
Author

baedorf commented Oct 2, 2022

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

  • run mvn release:prepare
  • execute github action
  • mvn release:perform
  • setting unreleased property to false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant