-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use a non-existing version number as the example
- Loading branch information
1 parent
9196876
commit 0a93e07
Showing
7 changed files
with
42 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
To: [email protected], [email protected] | ||
Subject: [ANNOUNCE] Apache log4cxx 1.3.0 released | ||
Subject: [ANNOUNCE] Apache log4cxx 1.3.1 released | ||
|
||
Hi, | ||
|
||
The Apache log4cxx team is pleased to announce the 1.3.0 release. | ||
The Apache log4cxx team is pleased to announce the 1.3.1 release. | ||
|
||
For the list of new features and issues corrected, see: | ||
https://logging.apache.org/log4cxx/1.3.0/changelog.html#rel_1_3_0 | ||
https://logging.apache.org/log4cxx/1.3.1/changelog.html#rel_1_3_1 | ||
|
||
For official release downloads, see: | ||
https://logging.apache.org/log4cxx/1.3.0/download.html | ||
https://logging.apache.org/log4cxx/1.3.1/download.html | ||
|
||
For instructions on building Log4cxx, see: | ||
https://logging.apache.org/log4cxx/1.3.0/build.html | ||
https://logging.apache.org/log4cxx/1.3.1/build.html | ||
|
||
All other information is available on the Log4cxx project website: | ||
https://logging.apache.org/log4cxx/1.3.0 | ||
https://logging.apache.org/log4cxx/1.3.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
To: [email protected] | ||
Subject: [RESULT][VOTE] Release Apache Log4cxx 1.3.0 | ||
Subject: [RESULT][VOTE] Release Apache Log4cxx 1.3.1 | ||
|
||
and here is my +1. | ||
|
||
|
@@ -9,6 +9,6 @@ I will continue the release process. | |
Stephen | ||
|
||
--------------------------------------------------------------------------------------------------- | ||
This is a vote to release the Apache Log4cxx 1.3.0. | ||
This is a vote to release the Apache Log4cxx 1.3.1. | ||
|
||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
To: [email protected] | ||
Subject: [VOTE] Release Apache Log4cxx 1.3.0 | ||
Subject: [VOTE] Release Apache Log4cxx 1.3.1 | ||
|
||
This is a vote to release the Apache Log4cxx 1.3.0. | ||
This is a vote to release the Apache Log4cxx 1.3.1. | ||
|
||
Website: https://logging.staged.apache.org/log4cxx/1.3.0/changelog.html | ||
Website: https://logging.staged.apache.org/log4cxx/1.3.1/changelog.html | ||
GitHub: https://github.com/apache/logging-log4cxx | ||
Commit: <todo insert> | ||
Distribution: https://dist.apache.org/repos/dist/dev/logging/log4cxx/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ Releasing a Log4cxx version | |
=================== | ||
|
||
This document lists the steps that must be performed to release Log4cxx | ||
using 1.3.0 as the example. | ||
using 1.3.1 as the example. | ||
|
||
Prerequisites | ||
---------- | ||
|
@@ -19,18 +19,18 @@ Steps | |
|
||
1. Tag HEAD as the release candidate | ||
- `git checkout master` | ||
- `git push origin tag v1.3.0-RC1` | ||
- `git push origin tag v1.3.1-RC1` | ||
1. Remove the old artifacts from svn | ||
- `svn co https://dist.apache.org/repos/dist/dev/logging -N apache-dist-logging-dev` | ||
- `cd apache-dist-logging-dev` | ||
- `svn up log4cxx` | ||
- `cd log4cxx` | ||
- `svn delete *` | ||
- `mkdir 1.3.0` | ||
- `svn add 1.3.0` | ||
- `cd 1.3.0` | ||
- `mkdir 1.3.1` | ||
- `svn add 1.3.1` | ||
- `cd 1.3.1` | ||
1. Download the packaged release files from Github | ||
- Open https://github.com/apache/logging-log4cxx/commits/v1.3.0-RC1 in your web browser | ||
- Open https://github.com/apache/logging-log4cxx/commits/v1.3.1-RC1 in your web browser | ||
- Click the green tick mark on the top commit | ||
- The `All checks have passed` pop-up window will display | ||
- Click the "Details" link on the row next to `Generate release files / Package code for release` | ||
|
@@ -39,14 +39,14 @@ Steps | |
- The numbered steps will display | ||
- Click the link next to `Artifact download URL:` | ||
- The browser will download the file `Upload release files.zip` onto your system | ||
1. Unpack the release files using these commands (with `apache-dist-logging-dev/log4cxx/1.3.0` as the working directory) | ||
1. Unpack the release files using these commands (with `apache-dist-logging-dev/log4cxx/1.3.1` as the working directory) | ||
- `unzip "$HOME/Downloads/Upload release files.zip"` | ||
1. Sign release artifacts (Refer: https://infra.apache.org/release-signing.html) (with `apache-dist-logging-dev/log4cxx/1.3.0` as the working directory) | ||
- `gpg --armor --output apache-log4cxx-1.3.0.zip.asc --detach-sig apache-log4cxx-1.3.0.zip` | ||
- `gpg --armor --output apache-log4cxx-1.3.0.tar.gz.asc --detach-sig apache-log4cxx-1.3.0.tar.gz` | ||
1. Send the new artifacts to svn (with `apache-dist-logging-dev/log4cxx/1.3.0` as the working directory) | ||
1. Sign release artifacts (Refer: https://infra.apache.org/release-signing.html) (with `apache-dist-logging-dev/log4cxx/1.3.1` as the working directory) | ||
- `gpg --armor --output apache-log4cxx-1.3.1.zip.asc --detach-sig apache-log4cxx-1.3.1.zip` | ||
- `gpg --armor --output apache-log4cxx-1.3.1.tar.gz.asc --detach-sig apache-log4cxx-1.3.1.tar.gz` | ||
1. Send the new artifacts to svn (with `apache-dist-logging-dev/log4cxx/1.3.1` as the working directory) | ||
- `svn add *` | ||
- `svn commit -m 'log4cxx 1.3.0'` | ||
- `svn commit -m 'log4cxx 1.3.1'` | ||
- check https://dist.apache.org/repos/dist/dev/logging/log4cxx | ||
1. Raise a vote on the mailing list ([email protected]) | ||
- Using [this template](MailTemplate.txt) | ||
|
@@ -55,11 +55,11 @@ Steps | |
1. When the vote has 3 or more +1's, announce the result | ||
- Using [this template](MailTemplate.Result.txt) | ||
1. Get artifacts up to https://downloads.apache.org/logging/log4cxx/ | ||
- `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/` | ||
- `svn move -m "Release log4cxx 1.3.1" https://dist.apache.org/repos/dist/dev/logging/log4cxx/1.3.1 https://dist.apache.org/repos/dist/release/logging/log4cxx/` | ||
1. Tag the released version | ||
- `git checkout v1.3.0-RC1` | ||
- `git tag rel/v1.3.0` | ||
- `git push origin tag rel/v1.3.0` | ||
- `git checkout v1.3.1-RC1` | ||
- `git tag rel/v1.3.1` | ||
- `git push origin tag rel/v1.3.1` | ||
1. Set your details in `src/site/CMakeLists.txt` | ||
- Set your name in the LOG4CXX_RELEASE_MANAGER variable | ||
- Set your GnuPG key in the LOG4CXX_RELEASE_MANAGER_KEY variable | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters