Skip to content

Commit 807ed62

Browse files
committed
skip CHANGELOG.md
1 parent 6d8b92e commit 807ed62

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/release.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,19 @@ jobs:
4747
- name: Verify build outputs
4848
run: ls -l .output/*.zip
4949

50-
- name: Update CHANGELOG
51-
id: changelog
52-
uses: requarks/changelog-action@v1
53-
with:
54-
token: ${{ github.token }}
55-
tag: ${{ github.ref_name }}
50+
# - name: Update CHANGELOG
51+
# id: changelog
52+
# uses: requarks/changelog-action@v1
53+
# with:
54+
# token: ${{ github.token }}
55+
# tag: ${{ github.ref_name }}
5656

57-
- name: Commit CHANGELOG.md
58-
uses: stefanzweifel/git-auto-commit-action@v7
59-
with:
60-
branch: main
61-
commit_message: "docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]"
62-
file_pattern: CHANGELOG.md
57+
# - name: Commit CHANGELOG.md
58+
# uses: stefanzweifel/git-auto-commit-action@v7
59+
# with:
60+
# branch: main
61+
# commit_message: "docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]"
62+
# file_pattern: CHANGELOG.md
6363

6464
- name: Create GitHub Release
6565
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)