Skip to content

Bump io.jenkins.tools.incrementals:git-changelist-maven-extension #75

Bump io.jenkins.tools.incrementals:git-changelist-maven-extension

Bump io.jenkins.tools.incrementals:git-changelist-maven-extension #75

# 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:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}