We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86135a2 commit 757ed62Copy full SHA for 757ed62
doc/release.txt
@@ -28,6 +28,8 @@ usually it's overall coverage above 80%)
28
29
(jenkins can help here, see README.txt on setup)
30
31
+The release is OK, once above is fullfilled to our satisfaction.
32
+
33
3) tag the build used for release so we can get back to it:
34
35
git tag 0.XYZ
@@ -67,4 +69,11 @@ Note that for the IPS package *.p5p the version names are translated this way:
67
69
68
70
5) Upload them using https://github.com/OpenGrok/OpenGrok/releases
71
-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