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

All change under Unrelease #31

Closed
nguyentanhungbk opened this issue Jan 5, 2022 · 4 comments
Closed

All change under Unrelease #31

nguyentanhungbk opened this issue Jan 5, 2022 · 4 comments
Labels
bug Something isn't working

Comments

@nguyentanhungbk
Copy link

Hi,

Currently my project flow GitFlow.

  • all PR is merge into develop branch (develop is default branch of git hub repo)
  • release will be on master branch (tag is created on this branch)

with above setup, every time I run this action, all change log is under the Un release.

@nguyentanhungbk nguyentanhungbk added the bug Something isn't working label Jan 5, 2022
@Ismoh
Copy link

Ismoh commented Sep 24, 2022

I have the same issue. It's because the comparison is done between the tag and HEAD, but I dont know what HEAD is right now and if there is a way to change the comparison of unreleased stuff to a specific branch. In my and your case, it should be 'develop'.

@Ismoh
Copy link

Ismoh commented Sep 27, 2022

I change the main branch from master to develop, beacuse I am creating tag based on develops commit history. This fixed the issue.

@heinrichreimer Would be awesome, if we can add the base/head branch we would like to compare unrealeased stuff.
(click on full change log of unrealeased and change in the url the branch you would like to compare instead of have some_branch...your_latest_branch instead of some_branch...HEAD)

@janheinrichmerker
Copy link
Owner

Unfortunately I won't be able to work on this anytime soon. So I would be happy if you could just submit a pull request 🙂

@Ismoh
Copy link

Ismoh commented Oct 11, 2022

Could be possible that I have a look some day.
But after taking a while, thinking about it, I think the workflow isn't correct, when creating changelog on develop. We'll see!

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

3 participants