-
-
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
No CHANGELOG.md in repo #22
Comments
Same behavior for me |
Anyone know where the changelog is? |
@nrdxp I guess here... |
It looks like the action doesn't commit the log, only generates it. So you'll need to combine it with a commit action at the bare minimum. Here is a nice blog post that should help anyone else confused on this. https://renehernandez.io/essays/2020/09/23/automate-changelog-and-releases-creation-in-github |
can't we just use /github/workspace/CHANGELOG.md directly without commit? |
the output says the CHANGELOG.md is under /github/workspace/, however it's actually under current src dir (with other files that checked out, built), so we can use it directly with './CHANGELOG.md' just my 2 cents |
As @nrdxp says, the action only creates the file. |
Action ends with
But no CHANGELOG.md is generated
The text was updated successfully, but these errors were encountered: