Skip to content

Commit 757ed62

Browse files
committed
add instructions for updating http://opengrok.github.io/OpenGrok/
1 parent 86135a2 commit 757ed62

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

doc/release.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ usually it's overall coverage above 80%)
2828

2929
(jenkins can help here, see README.txt on setup)
3030

31+
The release is OK, once above is fullfilled to our satisfaction.
32+
3133
3) tag the build used for release so we can get back to it:
3234

3335
git tag 0.XYZ
@@ -67,4 +69,11 @@ Note that for the IPS package *.p5p the version names are translated this way:
6769

6870
5) Upload them using https://github.com/OpenGrok/OpenGrok/releases
6971

70-
The release is OK, once above is fullfilled to our satisfaction.
72+
6) Modify the download links on http://opengrok.github.io/OpenGrok/
73+
74+
git fetch --all
75+
git checkout gh-pages
76+
< now edit index.html >
77+
git commit index.html
78+
git push
79+

0 commit comments

Comments
 (0)