# This file is automatically added by @npmcli/template-oss. Do not edit. name: Node Workspace Release Please @npmcli/arborist on: push: paths: - workspaces/arborist/** branches: - release-next - latest jobs: release-please: runs-on: ubuntu-latest steps: - uses: google-github-actions/release-please-action@v2 id: release with: release-type: node monorepo-tags: true path: workspaces/arborist/** # If you change changelog-types be sure to also update commitlintrc.js changelog-types: > [{"type":"feat","section":"Features","hidden":false}, {"type":"fix","section":"Bug Fixes","hidden":false}, {"type":"docs","section":"Documentation","hidden":false}, {"type":"deps","section":"Dependencies","hidden":false}, {"type":"chore","hidden":true}]