Skip to content

Commit 52b58c9

Browse files
committed
[doc] Update release notes, refs #80
1 parent 6487b6f commit 52b58c9

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed

History.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ puts summary
2727
* [#75](https://github.com/pmd/pmd-regression-tester/pull/75): Add new option "--error-recovery"
2828
* [#76](https://github.com/pmd/pmd-regression-tester/pull/76): Speedup XML parsing
2929
* [#79](https://github.com/pmd/pmd-regression-tester/pull/79): Add new configuration option "--baseline-download-url"
30+
* [#80](https://github.com/pmd/pmd-regression-tester/pull/80): Cache and reuse pmd builds
3031

3132
## External Contributions
3233

README.rdoc

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -65,19 +65,21 @@ The tool creates the following folders:
6565
│ ├── PROJECT_NAME_1
6666
│ ├── ......
6767
│ └── PROJECT_NAME_n
68-
└── reports
69-
├── BASE_BRANCH_NAME <- the base baseline is placed here
70-
├── PATCH_BRANCH_NAME <- the patch baseline is placed here
71-
└── diff
72-
├── index.xml <- the summary report of diff reports
73-
├── base_config.xml <- the resources of the summary report
74-
├── patch_config.xml <- the resources fo the summary report
75-
├── css <- css reources are placed here
76-
├── PROJECT_NAME_1
77-
└── index.xml <- the diff report of PROJECT_1
78-
├── .......
79-
└── PROJECT_NAME_n
80-
└── index.xml <- the diff report of PROJECT_N
68+
├── reports
69+
│ ├── BASE_BRANCH_NAME <- the base baseline is placed here
70+
│ ├── PATCH_BRANCH_NAME <- the patch baseline is placed here
71+
│ └── diff
72+
│ ├── index.xml <- the summary report of diff reports
73+
│ ├── base_config.xml <- the resources of the summary report
74+
│ ├── patch_config.xml <- the resources fo the summary report
75+
│ ├── css <- css reources are placed here
76+
│ ├── PROJECT_NAME_1
77+
│ │ └── index.xml <- the diff report of PROJECT_1
78+
│ ├── .......
79+
│ └── PROJECT_NAME_n
80+
│ └── index.xml <- the diff report of PROJECT_N
81+
├── pmd-bin-<version>-<branch_name>-<sha1> <- cached pmd builds that are reused
82+
└── ....
8183

8284
==== The baseline format
8385
branch_name

0 commit comments

Comments
 (0)