Skip to content

Bump org.apache.groovy:groovy from 4.0.20 to 4.0.21 (#141) #142

Bump org.apache.groovy:groovy from 4.0.20 to 4.0.21 (#141)

Bump org.apache.groovy:groovy from 4.0.20 to 4.0.21 (#141) #142

# Automates creation of Release Drafts using Release Drafter
name: Release Management
on:
push:
branches:
- main
jobs:
update_draft_release:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "main"
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}