Skip to content

build(deps): bump com.diffplug.spotless:spotless-maven-plugin from 2.40.0 to 2.41.0 #299

build(deps): bump com.diffplug.spotless:spotless-maven-plugin from 2.40.0 to 2.41.0

build(deps): bump com.diffplug.spotless:spotless-maven-plugin from 2.40.0 to 2.41.0 #299

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@v5
with:
config-name: config/release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}