Skip to content

fix(ci): exclude CHANGELOG.md from markdown lint and spell check (#69) #9

fix(ci): exclude CHANGELOG.md from markdown lint and spell check (#69)

fix(ci): exclude CHANGELOG.md from markdown lint and spell check (#69) #9

name: release_please
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
workflow_dispatch:
push:
branches:
- main
jobs:
create_release_pr:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
manifest-file: ".release-please-manifest.json"
config-file: ".release-please-config.json"