Skip to content

1.0.8 - /similar endpoint and validation fix #38

1.0.8 - /similar endpoint and validation fix

1.0.8 - /similar endpoint and validation fix #38

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 }}