release-please-action icon indicating copy to clipboard operation
release-please-action copied to clipboard

automated releases based on conventional commits

Results 138 release-please-action issues
Sort by recently updated
recently updated
newest added

### TL;DR When using multiple release branches the resolving of the latest tag is done from the current branch instead of from the whole repository. ### Expected behavior We are...

type: bug
priority: p2
needs more info

:robot: I have created a release *beep* *boop* --- 3.4.0 ## [3.4.0](https://github.com/google-github-actions/release-please-action/compare/v3.3.0...v3.4.0) (2022-08-15) ### Features * provide inputs for releaser and manifest options in release-please 13.15 ([#474](https://github.com/google-github-actions/release-please-action/issues/474)) ([4482754](https://github.com/google-github-actions/release-please-action/commit/44827541d2a562fef8aedc1379c814c04f0ad482)) * read...

autorelease: pending

### TL;DR If include-v-in-tag: false is configured, the version number still contains v ### Expected behavior version: 5.6.0 https://github.com/MHG-LAB/hexo-theme-volantis/tree/5.6.0 ### Observed behavior version: v5.6.0 https://github.com/MHG-LAB/hexo-theme-volantis/tree/v5.6.0 ### Action YAML https://github.com/MHG-LAB/hexo-theme-volantis/commit/208d7a329de8a9dcf30d65e794c5c43315c2e72a ###...

type: bug
priority: p2

### TL;DR When I use the manifest to set the initial version to 0.1.0 it is ignored when a new PR is created even though I have `bump-minor-pre-major: true` and...

type: bug
priority: p3

Build which is supposed to triggered by "tag creation" is not running when tag is created by release-please-action. Below is the trigger used in workflow. It triggers the flow when...

type: docs
priority: p2

### TL;DR The README should clarify what `package-name` is for or that it should be not used verbatim. ### Expected behavior If the README says to copy/paste something, I expect...

type: docs
priority: p3

### TL;DR I merged a PR which created 3 releases but the `steps.release.outputs.releases_created` check in my workflow evaluated to negative and the packages failed to release. ### Expected behavior I...

type: bug
priority: p3

### TL;DR First of in the Configuration table text says defaults to running both while there is four option with its value so which two are is its referring to?...

type: bug
priority: p3

### TL;DR I'd like to create a pull-request workflow that outputs onto PRs from users what release to expect if the user's PR is accepted. It would give us a...

type: feature request