Colin Dean
Colin Dean
1.0.1 coming shortly.
[v1.0.1](https://github.com/caketop/python-starlark-go/releases/tag/v1.0.1) is released!
https://github.com/haya14busa/action-bumpr/issues/34#issuecomment-1525835169 explains what's needed for the BUMPR_TOKEN secret, @jordemort: > The issue was that the GitHub Actions configuration was set so it couldn't write to repos. This is in your...
Looks like secret PR_TOKEN needs a new token from @caketop-bot ```text /usr/bin/git push --force-with-lease origin update-starlark-go:refs/heads/update-starlark-go remote: Permission to caketop/python-starlark-go.git denied to caketop-bot. fatal: unable to access 'https://github.com/caketop/python-starlark-go/': The requested...
I speculate that there's something about how the generated changelog is getting marshaled into the GH release body. Currently, the generated changelog is passed as a string to the GH...
Oh, action-gh-release has boolean input `generate_release_notes`, so maybe we can use that in place of the separate action. However, it seems to use GitHub's built-in release notes generator, which is...
Oddly, action-github-changelog-generator's [own release.yml](https://github.com/janheinrichmerker/action-github-changelog-generator/blob/master/.github/workflows/release.yml) passes `body: ${{ steps.generate-release-changelog.outputs.changelog }}`... but it uses [`actions/create-release`](https://github.com/actions/create-release) instead of [`softprops/action-gh-release`](https://github.com/softprops/action-gh-release). The former is unmaintained.
https://github.com/janheinrichmerker/action-github-changelog-generator/issues/44 is also documenting the issue and others have reported that 2.3 doesn't have the problem.. but 2.3 uses `::set-output` which IIRC has been disabled. Using a file it is.
Fixed in 1.0.1 release.
Thank you! I'll see about modifying our setup scripts to pre-provision the image as you suggest as a workaround.