We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c2681f commit 2d02481Copy full SHA for 2d02481
admin/releasing.md
@@ -56,6 +56,7 @@ Steps
56
- `svn move -m "Release log4cxx 1.3.0" https://dist.apache.org/repos/dist/dev/logging/log4cxx/1.3.0 https://dist.apache.org/repos/dist/release/logging/log4cxx/`
57
1. Tag the released version
58
- `git checkout v1.3.0-RC1`
59
+ - `git tag rel/v1.3.0`
60
- `git push origin tag rel/v1.3.0`
61
1. Set your details in `src/site/CMakeLists.txt`
62
- Set your name in the LOG4CXX_RELEASE_MANAGER variable
0 commit comments