embroider-build / create-release-plan-setup

MIT License
6 stars 6 forks source link

update the name of the stderr output and clean up #101

Closed mansona closed 6 months ago

mansona commented 6 months ago

This prevents anyone who has a .gitignore file catching any *.log files from having issues where the PR isn't created when the release-plan fails. Essentially the peter-evans/create-pull-request action needs a file change to open the PR and we leave the release-plan-stderr.txt in the output when we have a failure to make sure the PR is created.

This PR also make sure to clean up the release-plan-stderr.txt when the plan succeeds

Fixes https://github.com/embroider-build/create-release-plan-setup/issues/88 Already in use here: https://github.com/embroider-build/embroider/pull/1871