Skip to content

Merge branch 'main' of https://github.com/TACC/Core-Styles #298

Merge branch 'main' of https://github.com/TACC/Core-Styles

Merge branch 'main' of https://github.com/TACC/Core-Styles #298

# SEE: https://tiagomichaelsousa.dev/articles/stop-writing-your-changelogs-manually
name: Release Drafter
on:
push:
branches:
- main
jobs:
update_release_draft:
name: Draft Release
runs-on: ubuntu-latest
steps:
- name: Update Release Draft
uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}