Skip to content

Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.16.0 (#641) #417

Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.16.0 (#641)

Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.16.0 (#641) #417

# Automates creation of Release Drafts using Release Drafter
# More Info: https://github.com/jenkinsci/.github/blob/master/.github/release-drafter.adoc
on:
push:
branches:
- master
jobs:
update_release_draft:
runs-on: ubuntu-latest
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 }}