Skip to content

Bump org.jenkins-ci.plugins:plugin from 4.87 to 4.88 (#115) #80

Bump org.jenkins-ci.plugins:plugin from 4.87 to 4.88 (#115)

Bump org.jenkins-ci.plugins:plugin from 4.87 to 4.88 (#115) #80

Workflow file for this run

# Automates creation of changelog drafts using Release Drafter
# More Info: https://github.com/jenkinsci/.github/blob/master/.github/release-drafter.adoc
name: Changelog Drafter
on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- master
jobs:
update_draft_release:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- name: Generate GitHub Release Draft
id: release-drafter
uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}