Skip to content

fix(ci): only manifest #13

fix(ci): only manifest

fix(ci): only manifest #13

on:
push:
branches:
- release
- staging
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
command: manifest
# default-branch: ${{ github.ref_name }}
# 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}]'