Skip to content

0.15.0

0.15.0 #25

Workflow file for this run

name: Release
on:
release:
types: [published]
jobs:
changelog:
name: Update changelog
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: master
- run: ./bin/changelog-from-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}