Skip to content

Bump @oclif/test from 3.2.15 to 4.0.9 #17415

Bump @oclif/test from 3.2.15 to 4.0.9

Bump @oclif/test from 3.2.15 to 4.0.9 #17415

Workflow file for this run

name: Draft Release
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
pull_request_target:
types: [opened, reopened, synchronize]
permissions:
contents: read
jobs:
update_draft_release:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-22.04
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}