Skip to content

1.5.3 - Single lgx reductions and /ard endpoint #49

1.5.3 - Single lgx reductions and /ard endpoint

1.5.3 - Single lgx reductions and /ard endpoint #49

Workflow file for this run

name: Post release
on:
release:
types: [published]
jobs:
changelog:
name: Update changelog
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: master
- uses: rhysd/changelog-from-release/action@v3
with:
file: CHANGELOG.md
github_token: ${{ secrets.GITHUB_TOKEN }}