1
1
mirror of https://github.com/divnix/digga.git synced 2024-11-23 11:22:08 +03:00

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: