diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d082d40..e179d59 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,7 +35,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