Skip to content

Commit 54f0e4b

Browse files
committed
Better text
1 parent e431e4d commit 54f0e4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/resources/commons-xdoc-templates/vote-txt-template.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ You can validate a release from a release candidate (RC) tag as follows.
100100

101101
1b) Check out the RC tag from git (optional)
102102

103-
This is optional, as a reviewer must check source distributions as a minimum.
103+
This is optional, as a reviewer must at least check source distributions.
104104

105105
git clone https://gitbox.apache.org/repos/asf/commons-@[email protected] --branch @TAGNAME@ @TAGNAME@
106106
cd @TAGNAME@
@@ -111,14 +111,14 @@ All components should include a default Maven goal, such that you can run 'mvn'
111111

112112
2) Check Apache licenses
113113

114-
This step is not required if the site includes a RAT report page which you then must check.
114+
This step is not required if the site includes a RAT report page, which you then must check.
115115
This check should be included in the default Maven build, but you can check it with:
116116

117117
mvn apache-rat:check
118118

119119
3) Check binary compatibility
120120

121-
This step is not required if the site includes a JApiCmp report page which you then must check.
121+
This step is not required if the site includes a JApiCmp report page, which you then must check.
122122
This check should be included in the default Maven build, but you can check it with:
123123

124124
mvn verify -DskipTests -P japicmp japicmp:cmp

0 commit comments

Comments
 (0)