Skip to content

Commit 16553f8

Browse files
committed
#139 adjusted mail template
1 parent 202bb5c commit 16553f8

File tree

3 files changed

+35
-6
lines changed

3 files changed

+35
-6
lines changed

doc/MailTemplate.Result.txt

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ https://downloads.apache.org/logging/log4net/source/apache-log4net-source-3.0.0.
1111

1212
Thanks
1313

14-
------------------------------------------------------------------------------------------------
14+
---------------------------------------------------------------------------------------------------
1515
This is a vote to release the Apache Log4net 3.0.0.
1616

1717
Website: https://logging.staged.apache.org/log4net/release/release-notes.html
@@ -21,6 +21,18 @@ Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net
2121

2222
Please download, test, and cast your votes on this mailing list.
2323

24+
How to run the unit tests?
25+
- install docker (if you haven't already)
26+
- https://docs.docker.com/engine/install/
27+
- in logging/log4net run
28+
- `docker build -t log4net-builder .`
29+
- `docker run -it log4net-builder`
30+
- this will
31+
- install all dependencies in the container
32+
- build src/log4net.sln
33+
- inside the container run
34+
- `dotnet test /logging-log4net/src/log4net.sln`
35+
2436
[ ] +1, release the artifacts
2537
[ ] -1, don't release, because ...
2638

doc/MailTemplate.txt

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
2-
Subject: [VOTE] Release Apache Log4net 2.0.17
2+
Subject: [VOTE] Release Apache Log4net 3.0.0
33

44
This is a vote to release the Apache Log4net 3.0.0.
55

@@ -10,6 +10,18 @@ Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net
1010

1111
Please download, test, and cast your votes on this mailing list.
1212

13+
How to run the unit tests?
14+
- install docker (if you haven't already)
15+
- https://docs.docker.com/engine/install/
16+
- in logging/log4net run
17+
- `docker build -t log4net-builder .`
18+
- `docker run -it log4net-builder`
19+
- this will
20+
- install all dependencies in the container
21+
- build src/log4net.sln
22+
- inside the container run
23+
- `dotnet test /logging-log4net/src/log4net.sln`
24+
1325
[ ] +1, release the artifacts
1426
[ ] -1, don't release, because ...
1527

src/log4net.sln

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ EndProject
2121
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".config", ".config", "{78CDAF4E-3F9F-4D00-A494-FFAE30E7EF0E}"
2222
ProjectSection(SolutionItems) = preProject
2323
..\.asf.yaml = ..\.asf.yaml
24+
..\.editorconfig = ..\.editorconfig
2425
..\.gitignore = ..\.gitignore
2526
..\.zarro-defaults = ..\.zarro-defaults
2627
Directory.Build.props = Directory.Build.props
@@ -35,13 +36,17 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{
3536
..\.github\workflows\git-broadcast.yml = ..\.github\workflows\git-broadcast.yml
3637
EndProjectSection
3738
EndProject
38-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CE38DCC5-1BE9-4DEE-ADF4-854689B4028C}"
39+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "log4net2-SerializeEvent", "integration-testing\log4net2-SerializeEvent\log4net2-SerializeEvent.csproj", "{605058A8-CE6D-4190-91DA-7B3E9F84489E}"
40+
EndProject
41+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".doc", ".doc", "{33D80AD3-8048-4220-8BB0-38E3BDE5FCF4}"
3942
ProjectSection(SolutionItems) = preProject
40-
..\.editorconfig = ..\.editorconfig
43+
..\doc\BUILDING.md = ..\doc\BUILDING.md
44+
..\doc\MailTemplate.Result.txt = ..\doc\MailTemplate.Result.txt
45+
..\doc\MailTemplate.txt = ..\doc\MailTemplate.txt
46+
..\doc\RELEASING.md = ..\doc\RELEASING.md
47+
site\xdoc\release\release-notes.xml = site\xdoc\release\release-notes.xml
4148
EndProjectSection
4249
EndProject
43-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "log4net2-SerializeEvent", "integration-testing\log4net2-SerializeEvent\log4net2-SerializeEvent.csproj", "{605058A8-CE6D-4190-91DA-7B3E9F84489E}"
44-
EndProject
4550
Global
4651
GlobalSection(SolutionConfigurationPlatforms) = preSolution
4752
Debug|Any CPU = Debug|Any CPU

0 commit comments

Comments
 (0)