Skip to content

Bump com.buschmais.jqassistant.build:parent from 2.6.0-M1 to 2.6.0-M2 #573

Bump com.buschmais.jqassistant.build:parent from 2.6.0-M1 to 2.6.0-M2

Bump com.buschmais.jqassistant.build:parent from 2.6.0-M1 to 2.6.0-M2 #573

Workflow file for this run

---
name: Release Drafter
on:
push:
branches:
- master
pull_request:
types: [ opened, reopened, synchronize ]
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
with:
config-name: release_drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}