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

Changelog for 2.4 is malformed #44

Open
rasa opened this issue Dec 5, 2023 · 2 comments
Open

Changelog for 2.4 is malformed #44

rasa opened this issue Dec 5, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@rasa
Copy link

rasa commented Dec 5, 2023

Describe the bug

The changelog for the 2.4 release is malformed.

Reproduce

Steps to reproduce the behavior:

  1. Visit https://github.com/heinrichreimer/action-github-changelog-generator/releases

Expected behavior

A well formed changelog

Stack trace / screenshots

%0A%0AFull Changelog%0A%0AFixed bugs:%0A%0A- Section/Header of fixed issue with milestone only (no release!) #41 Documentation typo. #37 All change under Unrelease #31 0.1.0 is specified if sinceTag is not specified #28 issues:%0A%0A- The set-output command is deprecated and will be disabled soon. #42 How to use the output? #40 pull requests:%0A%0A- The set-output command is deprecated and will be disabled soon. #42 #43 (nroduit)%0A- 📝 - Typo fixed (#37). #38 (Artmorse)

@rasa rasa added the bug Something isn't working label Dec 5, 2023
@MikeDabrowski
Copy link

MikeDabrowski commented Feb 5, 2024

As a workaround I have used node to decode this to a file

node -e "console.log(decodeURIComponent(process.argv[1]))" "${{steps.generate-release-changelog.outputs.changelog}}" > tmp-CHANGELOG.md

However the output looks to be the whole changelog file and misses the tags.

@bstopp
Copy link

bstopp commented Jun 5, 2024

Would this suggest that using v2.4 of this action will result in our change logs being malformed?

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

3 participants