workflow: gen changelog on version push

This commit is contained in:
Timothy DeHerrera 2021-02-26 01:04:43 -07:00
parent 8f014c004d
commit 63190509c7
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122

View file

@ -1,8 +1,9 @@
name: Changelog
on:
release:
types: [published]
push:
tags:
- [0-9]+.[0-9]+.[0-9]+
jobs:
generate_changelog: