Skip to content

Bump word-wrap from 1.2.3 to 1.2.4 in /sonar-dependency-check-plugin … #213

Bump word-wrap from 1.2.3 to 1.2.4 in /sonar-dependency-check-plugin …

Bump word-wrap from 1.2.3 to 1.2.4 in /sonar-dependency-check-plugin … #213

name: 'Release Drafter'
on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- master
workflow_dispatch:
jobs:
update_release_draft:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: read
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 }}