Skip to content

Merge branch 'main' of https://github.com/SmolSoftBoi/bootstrap-exten… #23

Merge branch 'main' of https://github.com/SmolSoftBoi/bootstrap-exten…

Merge branch 'main' of https://github.com/SmolSoftBoi/bootstrap-exten… #23

Workflow file for this run

name: Release notes
on:
push:
branches:
- main
workflow_dispatch:
jobs:
update_release_draft:
runs-on: ubuntu-latest
if: github.repository == 'SmolSoftBoi/bootstrap-extensions'
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}