Skip to content

feat: tup-463 c-content-block and generics/attributes from tup-ui (#246) #115

feat: tup-463 c-content-block and generics/attributes from tup-ui (#246)

feat: tup-463 c-content-block and generics/attributes from tup-ui (#246) #115

# 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 }}