0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-12 09:54:25 +01:00
Bootstrap/.github/workflows/release-notes.yml

15 lines
245 B
YAML
Raw Normal View History

name: Release notes
on:
push:
branches:
- v4-dev
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}