Sign in
chromium
/
external
/
github.com
/
twbs
/
bootstrap
/
refs/heads/logical-props-spacing-utils
/
.
/
.github
/
workflows
/
release-notes.yml
blob: ab2f37694dccfcefe8a8d3d19a3777f8c124c9f2 [
file
] [
edit
]
name:
Release notes
on:
push:
branches:
-
main
jobs:
update_release_draft:
runs
-
on:
ubuntu
-
latest
if:
github.repository ==
'twbs/bootstrap'
steps:
-
uses:
release
-
drafter/release
-
drafter@v5
env:
GITHUB_TOKEN:
${{ secrets.GITHUB_TOKEN }}