Skip to content

[feat] add version template for the modify config option #235

[feat] add version template for the modify config option

[feat] add version template for the modify config option #235

Workflow file for this run

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