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

This is working pretty great in my testing so far, however I think i'm missing the connection to get this to work exactly as I would like it (meaning, I...

type: question
priority: p3

![image](https://user-images.githubusercontent.com/12405937/117461453-25377c00-af80-11eb-95aa-2f8d3a1ddc7c.png) `npm publish` will not run when the job re-run. The action failed because i had set error `NPM_TOKEN` last time. my action link: https://github.com/Val-istar-Guo/component-template/actions/runs/820446327/workflow

type: question
priority: p3

PR: https://github.com/gengjiawen/node-gyp/pull/2/files ![image](https://user-images.githubusercontent.com/3759816/108016482-97698600-704d-11eb-999d-d349d9783840.png)

type: question
priority: p3

### TL;DR I have 2 action YAML files... one for release-please called `release-please.yml` and one for the Gradle build, test and publish called `gradle-build.yml`. `gradle-build.yml` runs on pull requests successfully,...

type: question

Using the Release-please action in this repo: https://github.com/ptarmiganlabs/butler-sheet-icons The same config that works in other repos just won't work in this one. Which is strange. Release-please used to work for...

type: question

The action fails for release-type as node, but works with python(tested with simple as well) in organisation accounts. The release-type node fails in organisation accounts but works in personal user...

type: question
priority: p3

### TL;DR The release-please CLI supports the changelog-host parameter, however it's not available in the release-please-action. ### Detailed design _No response_ ### Additional information _No response_

type: feature request

### TL;DR The release-please-action creates releases and comments them on the PR, but stops before completing. Subsequent steps which then rely on `steps.release.outputs.releases_created` are skipped. I believe what is happening...

type: bug
priority: p3

Currently it's in single line, this can be difficulty to maintain if it's has many subdomain like Node.js (build, CI, docs and others) ``` changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}]' ```

type: feature request

After trying out the action with the following file ```yaml name: Release on: push: branches: [main] jobs: release-please: runs-on: ubuntu-latest steps: - uses: GoogleCloudPlatform/release-please-action@v2 id: release with: token: ${{ secrets.RELEASE_PLEASE_TOKEN...

type: feature request