Skip to content

Add support for updating Major/Minor git tags on release #3

Add support for updating Major/Minor git tags on release

Add support for updating Major/Minor git tags on release #3

---
name: Draft Release
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: read
jobs:
release-draft:
name: Draft the Release
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v3
- name: Draft the release
id: drafter
uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
config-name: release-drafter.yaml
disable-autolabeler: true