Skip to content

chore(hooks): move nbstripout hook for stripping notebook outputs (#187) #68

chore(hooks): move nbstripout hook for stripping notebook outputs (#187)

chore(hooks): move nbstripout hook for stripping notebook outputs (#187) #68

Workflow file for this run

name: Release Drafter
on:
workflow_dispatch:
push:
branches:
- master
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Draft the release notes
uses: release-drafter/release-drafter@v5.15.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
publish: false