Skip to content

ci: set bootstrap-sha for generating releases #21

ci: set bootstrap-sha for generating releases

ci: set bootstrap-sha for generating releases #21

Workflow file for this run

name: Release
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":true}]'
bootstrap-sha: 142d5c1a3cb4730cdc3cef4668fa73a8cecd3b22
pull-request-title-pattern: 'chore: release ${version}'
release-type: php
skip-labeling: true