Skip to content
This repository was archived by the owner on Jul 26, 2025. It is now read-only.

Commit 290b6a3

Browse files
author
prostarz
committed
ci(release): remove changelog generation step from release workflow
The changelog generation step is no longer needed as we're using a different changelog management approach
1 parent 8e0ed98 commit 290b6a3

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ jobs:
4242
version=$(bun -e "console.log(require('./package.json').version)")
4343
echo "current-version=$version" >> $GITHUB_OUTPUT
4444
45-
- name: Generate changelog
46-
run: npx changelogithub
47-
env:
48-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49-
5045
- name: Create GitHub Release
5146
uses: softprops/action-gh-release@v2
5247
with:

0 commit comments

Comments
 (0)