This document lists the steps that must be performed to release Log4cxx using 1.3.0 as the example.
git checkout mastergit push origin tag v1.3.0-RC1svn co https://dist.apache.org/repos/dist/dev/logging -N apache-dist-logging-devcd apache-dist-logging-devsvn up log4cxxcd log4cxxsvn delete *All checks have passed pop-up window will displayGenerate release files / Package code for releasePackage for release log window will display> to the left of Run action/upload-artifactArtifact download URL:Upload release files.zip onto your systemcd apache-dist-logging-dev/log4cxxunzip "$HOME/Downloads/Upload release files.zip"apache-dist-logging-dev/log4cxx as the working directory)gpg --armor --output apache-log4cxx-1.3.0.zip.asc --detach-sig apache-log4cxx-1.3.0.zipgpg --armor --output apache-log4cxx-1.3.0.tar.gz.asc --detach-sig apache-log4cxx-1.3.0.tar.gzapache-dist-logging-dev/log4cxx as the working directory)svn add *svn commit -m 'log4cxx 1.3.0'svn move -m "Release log4cxx 1.3.0" https://dist.apache.org/repos/dist/dev/logging/log4cxx https://dist.apache.org/repos/dist/release/logging/log4cxx/1.3.0git checkout v1.3.0-RC1git push origin tag rel/v1.3.0src/site/markdown/change-report-gh.mdgit clone https://github.com/apache/logging-log4cxx-site /tmp/log4cxx-sitecd /tmp/log4cxx-sitegit checkout asf-sitegit rebase asf-staginggit push origin asf-site