Skip to content

Update dependency ch.qos.logback:logback-classic to v1.5.12 (#85) #73

Update dependency ch.qos.logback:logback-classic to v1.5.12 (#85)

Update dependency ch.qos.logback:logback-classic to v1.5.12 (#85) #73

Workflow file for this run

name: Draft next release
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
draft_next_release:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Draft next release
uses: release-drafter/release-drafter@v6.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}