Skip to content

Commit 93c1b05

Browse files
committed
try release-changeog-builder-action simple
1 parent a3e8882 commit 93c1b05

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

.github/workflows/changelog-ci.yml

+13-11
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,20 @@
4444
# github_token: ${{ secrets.GITHUB_TOKEN }}
4545

4646

47-
name: Changelog CI
47+
name: Release Changelog Builder
48+
uses: mikepenz/release-changelog-builder-action@v4.2.2
4849

49-
on:
50-
pull_request:
51-
types: [ opened ]
50+
# name: Changelog CI
51+
# on:
52+
# pull_request:
53+
# types: [ opened ]
5254

53-
jobs:
54-
build:
55-
runs-on: ubuntu-latest
55+
# jobs:
56+
# build:
57+
# runs-on: ubuntu-latest
5658

57-
steps:
58-
- uses: actions/checkout@v2
59+
# steps:
60+
# - uses: actions/checkout@v2
5961

60-
- name: Run Changelog CI
61-
uses: saadmk11/changelog-ci@v1.1.2
62+
# - name: Run Changelog CI
63+
# uses: saadmk11/changelog-ci@v1.1.2

0 commit comments

Comments
 (0)