Skip to content

Added CLAUDE.md with stack-specific notes (#14) #3

Added CLAUDE.md with stack-specific notes (#14)

Added CLAUDE.md with stack-specific notes (#14) #3

name: Release Drafter
on:
push:
branches: [main]
permissions: write-all
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}