File tree Expand file tree Collapse file tree 2 files changed +39
-0
lines changed
Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,29 @@ all relevant but it would pay to check.
8585
8686### Alpha, beta, RCs
8787
88+ #### Alpha
89+
90+ We don't specifically make Alpha releases, the closest approximation
91+ would be a snapshot of the CVS repository leading up to the beta
92+ release.
93+
94+ Requirements:
95+
96+ - Code fully compiles under Ant
97+
98+ #### Beta
99+
100+ A Beta release would show the likely API of a final release.
101+
102+ Requirements:
103+
104+ - Code fully compiles and passes JUnit tests.
105+ - All javadocs build and no warnings issued.
106+ - All demos and cook demos compile.
107+ - JARs, JavaDocs and source code posted to webserver (admin task)
108+ - Links to download and API updated
109+ - Beta released announced on mail-list and news site
110+
88111### Release notes
89112
90113Wish-list, or Items-yet-to-be-sorted
Original file line number Diff line number Diff line change @@ -50,6 +50,22 @@ Someone with experience of the DAS server DAZZLE is needed to check if there are
5050* Can someone run a change tool that will detect API differences that would prevent biojava 1.4 apps compiling with biojava 1.5
5151
5252===Alpha, beta, RCs ===
53+ ====Alpha ====
54+ We don't specifically make Alpha releases, the closest approximation would be a snapshot of the CVS repository leading up to the beta release.
55+
56+ Requirements:
57+ *Code fully compiles under Ant
58+
59+ ====Beta ====
60+ A Beta release would show the likely API of a final release.
61+
62+ Requirements:
63+ * Code fully compiles and passes JUnit tests.
64+ * All javadocs build and no warnings issued.
65+ * All demos and cook demos compile.
66+ * JARs, JavaDocs and source code posted to webserver (admin task)
67+ * Links to download and API updated
68+ * Beta released announced on mail-list and news site
5369
5470===Release notes ===
5571
You can’t perform that action at this time.
0 commit comments