release-please-action
release-please-action copied to clipboard
automated releases based on conventional commits
### TL;DR Pull request created and approved changelog is changed .release-please-manifest.json is also changed. But release and tag is not happening. After running the following command the release and tag...
### TL;DR As part of the release process, I wanted to update a constant defined in a reusable Github workflow. If this file is added to `extra-files`, it causes an...
### TL;DR ```json { "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", "packages": { ".": {} }, "pull-request-title-pattern": "chore(${scope}): release${component} ${version}", "extra-label": "Type: chore, Type: Docs", "extra-files": [ "CHANGELOG.md" ] } ``` Above `release-please-config.json` does not...
`version` is included in the outputs, and it would be helpful to use instead of combine with major, minor, and patch. See also: https://github.com/google-github-actions/release-please-action/blob/cc61a07e2da466bebbc19b3a7dd01d6aecb20d1e/src/index.ts#L162-L193 https://github.com/googleapis/release-please/blob/72b0ab360c3d6635397e8b02f4d3f9f53932e23c/src/manifest.ts#L273-L280
Really just some francophonoism I stumbled about ;-)
The log is a bit misleading, I changed it to represent what it actually represents.
### TL;DR I'm wondering if it is possible to use this action to make hotfixes. Essentially, this would involve cherry picking a fix PR commit merged to the `main` branch...
### TL;DR Ever since v3.7.7 of this action, my releases have been failing on the CI with a "Not Found" error. I believe the issue was caused by #753. The...
## The issue this fixes An undocumented breaking change slipped into the v4 release which causes the conditional in actions to stop working as documented. I encountered it when migrating...
### TL;DR I am working on a monorepo. When in v3 `if: ${{ steps.release.outputs.releases_created }}` can be used to run a step conditionally. But it doesn't work in v4. Now...