Skip to content

Commit

Permalink
ci: we have to silence error reporting here or we get stderr intermix…
Browse files Browse the repository at this point in the history
…ed into our changelog. this is just extra busywork during release that we dont want (brainboxdotcc#795)
  • Loading branch information
braindigitalis authored Aug 22, 2023
1 parent f92adb4 commit af3247a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makerelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ rm -rf "libdpp-$NEWVER-win32"

cd ..
echo "Create release..."
gh release create "v$NEWVER" --draft --title "v$NEWVER release" --notes "$(/usr/bin/php ../buildtools/changelog.php)" ./assets/*.zip ./assets/*.deb ./assets/*.rpm
gh release create "v$NEWVER" --draft --title "v$NEWVER release" --notes "$(/usr/bin/php -d error_reporting=off ../buildtools/changelog.php)" ./assets/*.zip ./assets/*.deb ./assets/*.rpm
gh release create -R brainboxdotcc/windows-bot-template "v$NEWVER" --draft --title "v$NEWVER release" --notes "This release packages DPP v$NEWVER into the windows bot template"
echo "Cleaning up..."
cd ..
Expand Down

0 comments on commit af3247a

Please sign in to comment.