Skip to content

build(deps): bump cookie, socket.io and express (#404) #306

build(deps): bump cookie, socket.io and express (#404)

build(deps): bump cookie, socket.io and express (#404) #306

# SEE: https://tiagomichaelsousa.dev/articles/stop-writing-your-changelogs-manually
name: Release Drafter
on:
push:
branches:
- main
jobs:
update_release_draft:
name: Draft Release
runs-on: ubuntu-latest
steps:
- name: Update Release Draft
uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}