Create changelog.yml

This commit is contained in:
srgooglo 2020-10-09 13:27:17 +02:00 committed by GitHub
parent 0b35f05be5
commit 91ce2f806e

13
.github/workflows/changelog.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: Create Changelogs
on:
push:
branches: [ master ]
jobs:
Create Changelogs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Create Changelogs
uses: heineiuo/create-changelogs@v0.2.8