-
Notifications
You must be signed in to change notification settings - Fork 18
/
release-procedure.txt
109 lines (71 loc) · 2.4 KB
/
release-procedure.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
Validate correctness of trunk/lilith/lilith/src/main/resources/detailsView/history
Check that lilith logback.xml does not include debug="true"
#####
Remember to update CHANGELOG.md.
Write release notes and put them into lilith/releases/x.x.x.xhtml
Use http://daringfireball.net/projects/markdown/dingus to generate part of it from CHANGELOG.md.
Validate it using https://validator.w3.org/
Write release notes and changes (README.txt) for sf.net upload.
#####
Execute
gradlew cleanStaging
in either sulky or lilith.
#####
Check that both sulky repository and lilith repository are clean.
git status
#####
Change into sulky root.
gradlew clean
gradlew -Drelease=true -DpgpPassword=xxx
http://issues.gradle.org//browse/GRADLE-2310
#####
Change into lilith root.
gradlew clean
gradlew -Drelease=true -DpgpPassword=xxx
gradlew -PremoteUsername=huxi -PremotePassword=... syncStaging
#####
Validate staged files and release them:
https://oss.sonatype.org
#####
Tag sulky with comment "x.x.x release".
git tag -s vx.x.x -m "x.x.x release"
#####
Tag lilith with comment "x.x.x release".
git tag -s vx.x.x -m "x.x.x release"
#####
Upload javadocs
#####
Upload lilith-files to sf.net
frs.sourceforge.net
/home/frs/project/lilith/lilith
Use SFTP, Luke. m(
#####
Upload /releases/x.x.x.xhtml
Update current-version.txt (legacy)
Update release-version.txt
#####
Update allprojects.version in sulky/build.gradle to next sulky-version
Update allprojects.version in lilith/build.gradle to next lilith-version
Update sulkyVersion in lilith/dependencyDefinitions.gradle to next sulky-version
Update project.ext.lilithVersion in lilith/sandbox/sandboxDefaults.gradle to next lilith-version
#####
Commit sulky root with comment "Starting work on x.x.x+1"
Commit lilith root with comment "Starting work on x.x.x+1"
#####
Push everything to the remote git repositories
git push origin
git push sf
git push gitlab
git push bitbucket
git push --tags origin
git push --tags sf
git push --tags gitlab
git push --tags bitbucket
#####
Send mail to [email protected] and [email protected] and [email protected] (using [email protected] as sender)
Twitter about the release @LilithApp
#####
Watch
http://repo1.maven.org/maven2/de/huxhorn/lilith/de.huxhorn.lilith/
for arrival of the artifacts.