diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f4b9bb4..79f91c0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,7 +33,7 @@ jobs: mkdir tmp outfile=tmp/changelog.txt echo "outfile=${outfile}" >> $GITHUB_OUTPUT - npx standard-changelog@^2.0.0 --release-count 2 --infile $outfile.tmp --outfile $outfile.tmp + npx standard-changelog@^5.0.0 --release-count 2 --infile $outfile.tmp --outfile $outfile.tmp sed '1,3d' $outfile.tmp > $outfile - name: Create GitHub release uses: softprops/action-gh-release@v2