asdf/.github/workflows/release.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
530 B
YAML
Raw Normal View History

name: Release
on:
push:
branches:
- master
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v3
name: create release
with:
release-type: simple
bump-minor-pre-major: true # remove this to enable breaking changes causing 1.0.0 tag
extra-files: |
SECURITY.md
docs/guide/getting-started.md
docs/pt-br/guide/getting-started.md
docs/zh-hans/guide/getting-started.md