This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch release/0.5.0 in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git
commit 09497a304a99387b0c31b7ecaff73bdb8422ec1a Author: Volkan Yazıcı <[email protected]> AuthorDate: Tue Jul 25 10:26:49 2023 +0200 Increase SVN verbosity --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ed92818..a582cbf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -218,6 +218,7 @@ jobs: # Commit changes svn commit \ + --verbose \ --username "$SVN_USERNAME" \ --password "$SVN_PASSWORD" \ -m "Added *fake* \`${DIST_FILENAME_PREFIX}\` artifacts for release \`${PROJECT_VERSION}\`"
