Skip to content

feat: added fields skipIfSpecUnchanged and forceAlwaysRun #101

feat: added fields skipIfSpecUnchanged and forceAlwaysRun

feat: added fields skipIfSpecUnchanged and forceAlwaysRun #101

name: release-please
on:
push:
branches:
- master
permissions:
contents: write
pull-requests: write
jobs:
release-please:
if: >
github.event_name == 'push' ||
(github.event_name == 'pull_request' && github.event.pull_request.merged == true && !startsWith(github.event.pull_request.title, 'chore(release):'))
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
command: manifest
token: ${{ secrets.OG_BOT_TOKEN }}
release-type: dart
bump-minor-pre-major: false
bump-patch-for-minor-pre-major: false
version-file: "changelog-only"