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

No CHANGELOG.md in repo #22

Closed
steffengrahl opened this issue Jan 3, 2021 · 7 comments
Closed

No CHANGELOG.md in repo #22

steffengrahl opened this issue Jan 3, 2021 · 7 comments
Labels
bug Something isn't working

Comments

@steffengrahl
Copy link

steffengrahl commented Jan 3, 2021

Action ends with

Done!
Generated log placed in /github/workspace/CHANGELOG.md

But no CHANGELOG.md is generated

@steffengrahl steffengrahl added the bug Something isn't working label Jan 3, 2021
@GeorgianStan
Copy link

GeorgianStan commented Jan 30, 2021

Same behavior for me

@nrdxp
Copy link

nrdxp commented Feb 26, 2021

Anyone know where the changelog is?

@GeorgianStan
Copy link

GeorgianStan commented Feb 26, 2021

@nrdxp I guess here...

alt text

@nrdxp
Copy link

nrdxp commented Feb 26, 2021

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

@zillionare
Copy link

can't we just use /github/workspace/CHANGELOG.md directly without commit?

@zillionare
Copy link

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

@janheinrichmerker
Copy link
Owner

As @nrdxp says, the action only creates the file.
You can do whatever you want with that file in your workflows, e.g., commit it back to the original repo.

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

5 participants