Skip to content

Commit 91dbf8a

Browse files
committed
Remove thomaseizinger changelog step
1 parent 4cc235e commit 91dbf8a

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/release-draft.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@ jobs:
4343
- name: Update package.json version
4444
run: npm version "${{ steps.bump-version.outputs.new_version }}" --no-git-tag-version
4545

46-
- name: Update CHANGELOG.md
47-
uses: thomaseizinger/keep-a-changelog-new-release@f62c3c390716df5af712ba5d94f4f4a8efc1306d
48-
with:
49-
tag: ${{ steps.bump-version.outputs.new_version }}
50-
5146
- name: Generate changelog from git history
5247
id: changelog
5348
uses: ROKT/rokt-workflows/actions/generate-changelog@main
@@ -72,7 +67,7 @@ jobs:
7267
title: 'chore: release ${{ steps.bump-version.outputs.new_version }}'
7368
body: |
7469
## Release ${{ steps.bump-version.outputs.new_version }}
75-
70+
7671
These files should have changed during the release, if they didn't then this is likely an issue and should be investigated:
7772
- package.json
7873
- CHANGELOG.md

0 commit comments

Comments
 (0)