codex-factory/.github/workflows/release_github.yaml
dependabot[bot] 34830034c8
build(deps): bump GoogleCloudPlatform/release-please-action from 2 to 3 (#137)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-31 10:57:29 +02:00

21 lines
510 B
YAML

# On each new commit to master, create/update a PR with release
# automatically bumps version and creates changelog as per conventional commits
name: Release Github
on:
push:
branches:
- master
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v3
id: release
with:
token: ${{ secrets.REPO_GHA_PAT }}
release-type: node
package-name: bee-factory
bump-minor-pre-major: true