forked from huxi/lilith
-
Notifications
You must be signed in to change notification settings - Fork 0
/
release-procedure.txt
106 lines (71 loc) · 2.46 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
Validate correctness of trunk/lilith/lilith/src/main/resources/detailsView/history
Check that lilith logback.xml does not include debug="true"
#####
Remember to update changes.xml.
Write release notes and put them into lilith/releases/x.x.x.xhtml
Write release notes and changes (README.txt) for sf.net upload.
#####
//Commit sulky with comment "x.x.x release"
Tag sulky with comment "x.x.x release".
git tag -s vx.x.x -m "x.x.x release"
#####
//Commit lilith with comment "x.x.x release"
Tag lilith with comment "x.x.x release".
git tag -s vx.x.x -m "x.x.x release"
#####
Execute
gradlew cleanStaging
in either sulky or lilith.
#####
Change into sulky root.
gradlew --no-daemon -Drelease=true -C rebuild
http://forums.gradle.org/gradle/topics/standard_in_when_using_the_daemon
http://issues.gradle.org//browse/GRADLE-2310
#####
Change into lilith root.
gradlew --no-daemon -Drelease=true -C rebuild
gradlew -PremoteUsername=huxi -PremotePassword=... syncStaging
#####
Validate staged files and release them:
https://oss.sonatype.org
#####
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
#####
Update allprojects.version in sulky/build.gradle to next sulky-version
Update allprojects.version in lilith/build.gradle to next lilith-version
Update sulkyBaseVersion in lilith/dependencyDefinitions.gradle to next sulky-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 gitorious
git push bitbucket
git push --tags origin
git push --tags sf
git push --tags gitorious
git push --tags bitbucket
#####
Submit info to Freshmeat
http://freecode.com/projects/lilith-viewer/releases
Username: huxhorn
#####
Create new version (and default) and milestone in Trac.
#####
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.