Skip to content

Update README.md (#102) #3

Update README.md (#102)

Update README.md (#102) #3

Workflow file for this run

name: Update Changelog
on:
push:
branches: [ master ]
jobs:
snapshot:
name: Update Snapshot
runs-on: ubuntu-latest
if: ${{ !contains(github.event.head_commit.message, 'skip-snapshot') }}
steps:
- uses: release-drafter/release-drafter@master
id: release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}