Skip to content

Commit 130079e

Browse files
committed
remove CHANGELOG
1 parent fa4c85d commit 130079e

2 files changed

Lines changed: 1 addition & 86 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: |
5656
VERSION=${GITHUB_REF#refs/tags/}
5757
echo "version=$VERSION" >> $GITHUB_OUTPUT
58-
# Extract changes from git log or CHANGELOG if available
58+
# Extract changes from git log if available
5959
CHANGES=$(git log --pretty=format:"* %s (%h)" $(git describe --tags --abbrev=0 HEAD^)..HEAD || echo "Initial release")
6060
echo "CHANGES<<EOF" >> $GITHUB_ENV
6161
echo "$CHANGES" >> $GITHUB_ENV

CHANGELOG.md

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)