Skip to content

chore(deps): bump github.com/go-git/go-git/v5 from 5.16.4 to 5.16.5 (… #126

chore(deps): bump github.com/go-git/go-git/v5 from 5.16.4 to 5.16.5 (…

chore(deps): bump github.com/go-git/go-git/v5 from 5.16.4 to 5.16.5 (… #126

name: Release Drafter
on:
push:
branches:
- main
permissions:
contents: read
# The release-drafter action adds PR titles to the release notes once these are merged to main.
# A draft release is kept up-to-date listing the changes for the next minor release version.
jobs:
update_release_draft:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}