Skip to content

fix(ci): target branch changed to release #5

fix(ci): target branch changed to release

fix(ci): target branch changed to release #5

on:
push:
branches:
- release
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
target-branch: release
release-type: node
package-name: parabol
extra-files: |
packages/chronos/package.json
packages/client/package.json
packages/gql-executor/package.json
packages/integration-tests/package.json
packages/server/package.json
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}]'
bootstrap-sha: fb647e430aa9a514dda61ab112c59d065383ca2a
release-as: "6.122.0"