Skip to content

Use CSS box-shadow variables in shadow utility classes (#38816) #7

Use CSS box-shadow variables in shadow utility classes (#38816)

Use CSS box-shadow variables in shadow utility classes (#38816) #7

Workflow file for this run

name: Release notes
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
update_release_draft:
permissions:
# allow release-drafter/release-drafter to create GitHub releases and add labels to PRs
contents: write
pull-requests: write
runs-on: ubuntu-latest
if: github.repository == 'twbs/bootstrap'
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}