Skip to content

chore(deps-dev): bump nx from 15.9.2 to 19.4.0 (#765) #225

chore(deps-dev): bump nx from 15.9.2 to 19.4.0 (#765)

chore(deps-dev): bump nx from 15.9.2 to 19.4.0 (#765) #225

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},
{"type":"refactor","section":"Rewrite","hidden":false}
]'