Skip to content

feat(deps): bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1 #850

feat(deps): bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1

feat(deps): bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1 #850

name: Release Drafter
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
with:
config-name: release-drafter-config.yml
publish: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}