Skip to content

Merge pull request #148 from Bdaya-Dev/release-11999717556 #24

Merge pull request #148 from Bdaya-Dev/release-11999717556

Merge pull request #148 from Bdaya-Dev/release-11999717556 #24

name: Prepare release
on:
push:
branches: [main]
jobs:
prepare-release:
name: Prepare release
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
if: ${{ !contains(github.event.head_commit.message, 'chore(release)') }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: subosito/flutter-action@v2
# see https://github.com/invertase/melos/issues/796
- uses: bluefireteam/melos-action@main
continue-on-error: true
with:
run-bootstrap: true
bootstrap-no-example: false
- uses: bluefireteam/melos-action@main
with:
run-bootstrap: true
bootstrap-no-example: true
- uses: bluefireteam/melos-action@main
with:
run-bootstrap: false
run-versioning: true
publish-dry-run: true
create-pr: true