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
1 changed files with 3 additions and 2 deletions

View File

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