develop/tags-3 -> build/tags-3
convert-to-yml / develop-branch (push) Successful in 30s
Details
convert-to-yml / develop-branch (push) Successful in 30s
Details
This commit is contained in:
parent
b4bcd334ce
commit
b13353b13a
|
@ -0,0 +1,13 @@
|
||||||
|
name: Changelog
|
||||||
|
on:
|
||||||
|
release:
|
||||||
|
types:
|
||||||
|
- created
|
||||||
|
jobs:
|
||||||
|
changelog:
|
||||||
|
runs-on: ubuntu-20.04
|
||||||
|
steps:
|
||||||
|
- name: "✏️ Generate release changelog"
|
||||||
|
uses: heinrichreimer/action-github-changelog-generator@v2.3
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.BOT_TOKEN }}
|
Loading…
Reference in New Issue