release-please-action
release-please-action copied to clipboard
automated releases based on conventional commits
### TL;DR After migration from v3 to v4, Release-Please-Action not found ``version.rb`` in a Ruby Gem: `file lib//version.rb did not exist` ### Expected behavior Using ``ruby`` as release type, release...
### TL;DR I squash and merged a commit with multiple deps commits, but it did not create a release PR. ### Expected behavior A new release PR is created. ###...
### TL;DR ``` on: push: branches: - main permissions: contents: write pull-requests: write name: release-please jobs: release-please: runs-on: ubuntu-latest steps: - uses: google-github-actions/release-please-action@v4 with: release-type: python version-file: togusa/__init__.py prerelease: true...
### TL;DR Using release-please-action with the default GITHUB_TOKEN works, but this has the caveat that it doesn't trigger other workflows (e.g. a workflow to test the proposed release, or required...
### TL;DR I'm trying to use the action outputs in a slack notification message but for some reason they are blank ### Expected behavior `steps.release.outputs.pr` has the value of the...
### TL;DR PR not created on prefix 'deps' using 'terraform-module' release-strategy. ### Expected behavior PR should be created as a dependency update is a user-facing change. The release-please documentation lists...
Outputs of a Github action should be defined within `action.yml` manifest as stated in documentation. > "[The data in the metadata file defines the inputs, outputs, and runs configuration for...
### TL;DR The target branch is not autodetected as described by the action documentation. ### Expected behavior The target branch should be autodetected by either release-please or the release-please-action. ###...
### TL;DR Allow an ability in config JSON file to allow GHA to create a PR with different branch name instead of standard `please-release...` ### Detailed design - ### Additional...
### TL;DR https://github.com/bootstrap-vue-next/bootstrap-vue-next/actions/runs/6067806713/job/16459946256 https://github.com/bootstrap-vue-next/bootstrap-vue-next/pull/1414 https://github.com/bootstrap-vue-next/bootstrap-vue-next/pull/1414/commits/704ebca319258a788caa3c18ad0f6a5f1acb9a97 Changing the manifest created a breaking change release for a unnecessary package. Which was rather annoying. If the package was not pre alpha this would...