Skip to content

Commit f891fdb

Browse files
author
Vladimir Kotal
committed
reorder
1 parent a22c2e0 commit f891fdb

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

doc/release.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,11 @@ version is released:
1313
Checklist for releasing OpenGrok:
1414
---------------------------------
1515

16-
0) set new version
17-
18-
mvn versions:set -DgenerateBackupPoms=false -DnewVersion=1.1-rcXYZ
19-
20-
Then commit and push the change:
21-
22-
git commit --all
23-
git push
24-
25-
1) build must be clean
16+
0) build must be clean
2617

2718
mvn clean package
2819

29-
2) sanity check:
20+
1) sanity check:
3021

3122
- index
3223
- deploy webapp
@@ -39,7 +30,7 @@ Checklist for releasing OpenGrok:
3930
- check sorting using multiple criteria
4031
- perform search using multiple fields across multiple projects
4132

42-
3) check all tests, tests code coverage:
33+
2) check all tests, tests code coverage:
4334
junit, pmd, findbugs, checkstyle, emma, jdepend
4435

4536
emma reports should be based according to what is set for the release,
@@ -49,6 +40,15 @@ Checklist for releasing OpenGrok:
4940

5041
The release is OK, once above is fulfilled to our satisfaction.
5142

43+
3) set new version
44+
45+
mvn versions:set -DgenerateBackupPoms=false -DnewVersion=1.1-rcXYZ
46+
47+
Then commit and push the change:
48+
49+
git commit --all
50+
git push
51+
5252
4) Trigger release creation
5353

5454
git tag 1.1-rcXYZ

0 commit comments

Comments
 (0)