Skip to content

Reduce instantiation time and memory footprint for all implementation… #411

Reduce instantiation time and memory footprint for all implementation…

Reduce instantiation time and memory footprint for all implementation… #411

name: Release Drafter
on:
push:
branches: ['series/2.x']
jobs:
update_release_draft:
runs-on: ubuntu-20.04
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}