-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Comments
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'. |
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. |
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 🙂 |
Could be possible that I have a look some day. |
Hi,
Currently my project flow GitFlow.
with above setup, every time I run this action, all change log is under the Un release.
The text was updated successfully, but these errors were encountered: