Skip to content

Commit 6f37ef6

Browse files
committed
Remove automatic changelog update from release workflow
1 parent 446b013 commit 6f37ef6

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,6 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222
token: ${{ secrets.GITHUB_TOKEN }}
23-
- name: Update CHANGELOG.md
24-
uses: orhun/git-cliff-action@v4
25-
with:
26-
args: --latest --prepend CHANGELOG.md
27-
version: ${{ github.ref_name }}
28-
git-commit: true
29-
git-push: true
30-
git-commit-message: "chore: update changelog for ${{ github.ref_name }}"
31-
git-user-name: "github-actions[bot]"
32-
git-user-email: "github-actions[bot]@users.noreply.github.com"
33-
env:
34-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3523
- name: Determine if prerelease
3624
run: |
3725
if [[ "${{ github.ref_name }}" == *"-"* ]]; then

0 commit comments

Comments
 (0)