orhun / git-cliff-action

GitHub action to generate a changelog based on the Git history
https://github.com/orhun/git-cliff
Apache License 2.0
117 stars 14 forks source link

feat(action): add an output for the changelog content #4

Closed mloberg closed 1 year ago

mloberg commented 1 year ago

::set-output is deprecated in favor of environment files. This has better multiline support, so add the contents of the changelog as an output for cases where you are creating a GitHub release.

BREAKING CHANGE: self-hosted runners will need to be at 2.297.0 or greater

orhun commented 1 year ago

Hello @mloberg, thanks for your contribution! 🐻 Can you update README.md accordingly?

orhun commented 1 year ago

CI is failing, can you also look into that?