You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would you be open to a contribution that allows changelog-reader-action to export a tmp file path that contains the changelog entry? This would be helpful to avoid shell escape sequence on richer markdown content. I've ran into issues with this for integrations that require a path to a file containing release notes (like goreleaser for example). I'd be happy to contribute this feature if you'd be open to it 👍
I was thinking: outputs.changesFile - a path to a temporary file containing the text for the changelog entry.
Would you be open to a contribution that allows
changelog-reader-action
to export a tmp file path that contains the changelog entry? This would be helpful to avoid shell escape sequence on richer markdown content. I've ran into issues with this for integrations that require a path to a file containing release notes (like goreleaser for example). I'd be happy to contribute this feature if you'd be open to it 👍I was thinking:
outputs.changesFile
- a path to a temporary file containing the text for the changelog entry.Then I can use it like so:
The text was updated successfully, but these errors were encountered: