Skip to content

Commit 3ca539e

Browse files
Create changelog.yml
1 parent 740ad02 commit 3ca539e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/changelog.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: 'Generate Auto Changelog'
2+
on:
3+
push:
4+
branches:
5+
- master
6+
jobs:
7+
master:
8+
name: 'build'
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@master
12+
with:
13+
fetch-depth: 0
14+
- name: Generate Auto Changelog
15+
uses: Evarisk/action-auto-changelog@master
16+
with:
17+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)