Skip to content

chore(deps): bump updatecli/updatecli-action from 2.34.0 to 2.35.0 (#… #139

chore(deps): bump updatecli/updatecli-action from 2.34.0 to 2.35.0 (#…

chore(deps): bump updatecli/updatecli-action from 2.34.0 to 2.35.0 (#… #139

# Automates creation of Release Drafts using Release Drafter
# Note: additional setup is required, see https://github.com/jenkinsci/.github/blob/master/.github/release-drafter.adoc
name: Release Drafter (Changelog)
on:
push:
branches:
- master
workflow_dispatch:
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into the default branch
- uses: release-drafter/release-drafter@v5.24.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}