workflow: gen changelog on version push
This commit is contained in:
parent
8f014c004d
commit
63190509c7
5
.github/workflows/changelog.yml
vendored
5
.github/workflows/changelog.yml
vendored
@ -1,8 +1,9 @@
|
||||
name: Changelog
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
push:
|
||||
tags:
|
||||
- [0-9]+.[0-9]+.[0-9]+
|
||||
|
||||
jobs:
|
||||
generate_changelog:
|
||||
|
Loading…
Reference in New Issue
Block a user