The v13 rewrite of this project removed a bunch of outputs that the release-please-action used to provide. For example, the upload_url was removed completely, as raised in https://github.com/google-github-actions/release-please-action/issues/426
Additionally, the body was removed, which was used to provide release notes to other tools.
Some of these were documented in the "output" section of https://github.com/google-github-actions/release-please-action#configuration, while some (like "body" weren't); however @bcoe had opened this issue about the different fields that were added to outputs: https://github.com/google-github-actions/release-please-action/issues/297
This issue seems to be affecting a lot of users of the GitHub Action (check out the issue tracker).
-
Is this a client library issue or a product issue?
This is an issue with the output of the release-please tool, as used by release-please-action to product outputs.
-
Did someone already solve this?
No
-
Do you have a support contract?
No
If the support paths suggested above still do not result in a resolution, please provide the following details.
Environment details
- OS: Any (GitHub Action)
- Node.js version: Node 12 (used by GHA)
- npm version: Unsure
release-please version: v13.x (bundled in GHA)
Steps to reproduce
- Use the outputs of the GHA in v2
- Upgrade to v3 and see failures in release CI
Making sure to follow these steps will guarantee the quickest resolution possible.
Thanks!
The v13 rewrite of this project removed a bunch of outputs that the release-please-action used to provide. For example, the
upload_urlwas removed completely, as raised in https://github.com/google-github-actions/release-please-action/issues/426Additionally, the
bodywas removed, which was used to provide release notes to other tools.Some of these were documented in the "output" section of https://github.com/google-github-actions/release-please-action#configuration, while some (like "body" weren't); however @bcoe had opened this issue about the different fields that were added to outputs: https://github.com/google-github-actions/release-please-action/issues/297
This issue seems to be affecting a lot of users of the GitHub Action (check out the issue tracker).
Is this a client library issue or a product issue?
This is an issue with the output of the release-please tool, as used by release-please-action to product outputs.
Did someone already solve this?
No
Do you have a support contract?
No
If the support paths suggested above still do not result in a resolution, please provide the following details.
Environment details
release-pleaseversion: v13.x (bundled in GHA)Steps to reproduce
Making sure to follow these steps will guarantee the quickest resolution possible.
Thanks!