@@ -2,7 +2,7 @@ Releasing a Log4cxx version
22===================
33
44This document lists the steps that must be performed to release Log4cxx
5- using 1.6.0 as the example.
5+ using 1.6.1 as the example.
66
77Prerequisites
88----------
@@ -19,19 +19,19 @@ Steps
19191 . Tag HEAD as the release candidate
2020 - ` git checkout master `
2121 - ` git pull `
22- - ` git tag v1.6.0 -RC1 `
23- - ` git push origin tag v1.6.0 -RC1 `
22+ - ` git tag v1.6.1 -RC1 `
23+ - ` git push origin tag v1.6.1 -RC1 `
24241 . Remove the old artifacts from svn
2525 - ` svn co https://dist.apache.org/repos/dist/dev/logging -N apache-dist-logging-dev `
2626 - ` cd apache-dist-logging-dev `
2727 - ` svn up log4cxx `
2828 - ` cd log4cxx `
2929 - ` svn delete * `
30- - ` mkdir 1.6.0 `
31- - ` svn add 1.6.0 `
32- - ` cd 1.6.0 `
30+ - ` mkdir 1.6.1 `
31+ - ` svn add 1.6.1 `
32+ - ` cd 1.6.1 `
33331 . Download the packaged release files from Github
34- - Open https://github.com/apache/logging-log4cxx/commits/v1.6.0 -RC1 in your web browser
34+ - Open https://github.com/apache/logging-log4cxx/commits/v1.6.1 -RC1 in your web browser
3535 - Click the green tick mark on the top commit
3636 - The ` All checks have passed ` pop-up window will display
3737 - Click the "Details" link on the row next to ` Generate release files / Package code for release `
@@ -40,11 +40,11 @@ Steps
4040 - The numbered steps will display
4141 - Click the link next to ` Artifact download URL: `
4242 - The browser will download the file ` release_files.zip ` onto your system
43- 1 . Unpack the release files using these commands (with ` apache-dist-logging-dev/log4cxx/1.6.0 ` as the working directory)
43+ 1 . Unpack the release files using these commands (with ` apache-dist-logging-dev/log4cxx/1.6.1 ` as the working directory)
4444 - ` unzip "$HOME/Downloads/release_files.zip" `
45- 1 . Send the new artifacts to svn (with ` apache-dist-logging-dev/log4cxx/1.6.0 ` as the working directory)
45+ 1 . Send the new artifacts to svn (with ` apache-dist-logging-dev/log4cxx/1.6.1 ` as the working directory)
4646 - ` svn add * `
47- - ` svn commit -m 'log4cxx 1.6.0 ' `
47+ - ` svn commit -m 'log4cxx 1.6.1 ' `
4848 - check https://dist.apache.org/repos/dist/dev/logging/log4cxx
49491 . Raise a vote on the mailing list (
[email protected] )
5050 - Using [ this template] ( MailTemplate.txt )
@@ -54,11 +54,11 @@ Steps
5454 - Using [ this template] ( MailTemplate.Result.txt )
5555 - Enter the name of each PMC member that voted
56561 . Get artifacts up to https://downloads.apache.org/logging/log4cxx/
57- - ` svn move -m "Release log4cxx 1.6.0 " https://dist.apache.org/repos/dist/dev/logging/log4cxx/1.6.0 https://dist.apache.org/repos/dist/release/logging/log4cxx/ `
57+ - ` svn move -m "Release log4cxx 1.6.1 " https://dist.apache.org/repos/dist/dev/logging/log4cxx/1.6.1 https://dist.apache.org/repos/dist/release/logging/log4cxx/ `
58581 . Tag the released version
59- - ` git checkout v1.6.0 -RC1 `
60- - ` git tag rel/v1.6.0 `
61- - ` git push origin tag rel/v1.6.0 `
59+ - ` git checkout v1.6.1 -RC1 `
60+ - ` git tag rel/v1.6.1 `
61+ - ` git push origin tag rel/v1.6.1 `
62621 . Enter the release date in ` src/site/markdown/change-report-gh.md `
6363 - Commit the change
6464 - Update the staged web site using [ the update procedure] ( staging.md )
0 commit comments