Skip to content

Commit 80e912e

Browse files
committed
fix ordering (first test then push)
1 parent 5900e47 commit 80e912e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/release.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,12 @@ jars/dirs for tests
1414

1515
git commit
1616

17-
1) tag the build used for release so we can get back to it:
18-
19-
git tag 0.XYZ
20-
git push origin --tags
21-
22-
2) build must be clean
17+
1) build must be clean
2318

2419
ant clean
2520
ant # defaults to jar currently
2621

27-
3) check all tests, tests code coverage:
22+
2) check all tests, tests code coverage:
2823
junit, pmd, findbugs, checkstyle, emma, jdepend
2924

3025
They should be ok, currently only checkstyle has 8 warnings, the rest is
@@ -33,6 +28,11 @@ usually it's overall coverage above 80%)
3328

3429
(jenkins can help here, see README.txt on setup)
3530

31+
3) tag the build used for release so we can get back to it:
32+
33+
git tag 0.XYZ
34+
git push origin --tags
35+
3636
4) produce proper distributions
3737

3838
Check them before upload, always try to build on Solaris, since gnu tar might

0 commit comments

Comments
 (0)