Skip to content

chore(yarnlock): runs yarn at the root of the project (#418) #134

chore(yarnlock): runs yarn at the root of the project (#418)

chore(yarnlock): runs yarn at the root of the project (#418) #134

name: Generate changelog
on:
workflow_dispatch:
push:
branches:
- main
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
command: manifest
monorepo-tags: true
token: ${{ secrets.BUILD_SVC_PAT }}
release-type: node
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}]'