Skip to content

Create .markdownlint.yaml (#16) #19

Create .markdownlint.yaml (#16)

Create .markdownlint.yaml (#16) #19

Workflow file for this run

name: release-please
on:
push:
branches:
- main
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
id: release
with:
release-type: go
package-name: codegen
token: ${{ secrets.GH_CQ_BOT }}
pull-request-title-pattern: "chore${scope}: Release${component} v${version}"
bump-minor-pre-major: true
bump-patch-for-minor-pre-major: true