Skip to content

Commit 6eb145d

Browse files
committed
Update to tandard-changelog v5
1 parent f665f58 commit 6eb145d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
mkdir tmp
3636
outfile=tmp/changelog.txt
3737
echo "outfile=${outfile}" >> $GITHUB_OUTPUT
38-
npx standard-changelog@^2.0.0 --release-count 2 --infile $outfile.tmp --outfile $outfile.tmp
38+
npx standard-changelog@^5.0.0 --release-count 2 --infile $outfile.tmp --outfile $outfile.tmp
3939
sed '1,3d' $outfile.tmp > $outfile
4040
- name: Create GitHub release
4141
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)