Skip to content

chore(deps): bump org.jreleaser from 1.12.0 to 1.13.1 #929

chore(deps): bump org.jreleaser from 1.12.0 to 1.13.1

chore(deps): bump org.jreleaser from 1.12.0 to 1.13.1 #929

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
pull_request:
types: [ opened, reopened, synchronize ]
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- name: Drafts next Release notes
uses: release-drafter/release-drafter@v6
with:
config-name: config/release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}