Skip to content

fix: tup-639 move c-button font-weight bold to cms (#253) #120

fix: tup-639 move c-button font-weight bold to cms (#253)

fix: tup-639 move c-button font-weight bold to cms (#253) #120

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