Skip to content

build(deps): bump the major-dependencies group with 13 updates #115

build(deps): bump the major-dependencies group with 13 updates

build(deps): bump the major-dependencies group with 13 updates #115

Workflow file for this run

name: Push Events
on:
push:
branches:
- main
paths:
- 'src/**'
- '.github/**/*.yml'
- '*.js'
- '*.json'
pull_request:
types: [opened, reopened, synchronize]
jobs:
update-release-draft:
runs-on: ubuntu-latest
steps:
- name: Update release notes
uses: release-drafter/release-drafter@v5
id: release-drafter
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}