Skip to content

chore: bump start-stack to 2023.08.01 (DEV-2514) #385

chore: bump start-stack to 2023.08.01 (DEV-2514)

chore: bump start-stack to 2023.08.01 (DEV-2514) #385

Workflow file for this run

---
name: Release-Please
on:
pull_request:
types:
- closed
jobs:
release-please:
# triggered when a PR is merged into main
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
token: ${{ secrets.GH_TOKEN }}
release-type: python
package-name: dsp-tools
changelog-types: >-
[
{"type": "feat", "section": "Enhancements", "hidden": false },
{"type": "fix", "section": "Bug Fixes", "hidden": false },
{"type": "chore", "section": "Maintenance", "hidden": false },
{"type": "refactor", "section": "Maintenance", "hidden": false },
{"type": "docs", "section": "Documentation", "hidden": false }
]
pull-request-title-pattern: 'chore: release ${version}'