ReleaseManagement » History » Version 203
Jean-Philippe Lang, 2012-12-19 13:35
| 1 | 1 | Eric Davis | h1. Release Management |
|---|---|---|---|
| 2 | |||
| 3 | This page will outline how releases will be handled |
||
| 4 | |||
| 5 | h2. Major Release (x.0.0) |
||
| 6 | |||
| 7 | Redmine currently doesn't do Major releases (pre-1.0.0). |
||
| 8 | |||
| 9 | h2. Minor Release (0.x.0) |
||
| 10 | |||
| 11 | Minor releases can break backwards compatibility. |
||
| 12 | |||
| 13 | h3. Changes allowed |
||
| 14 | |||
| 15 | * New features |
||
| 16 | * Bug fixes |
||
| 17 | * Security fixes |
||
| 18 | * Database migrations |
||
| 19 | |||
| 20 | h3. Changes not allowed |
||
| 21 | |||
| 22 | None at this moment. |
||
| 23 | |||
| 24 | h2. Point Release (0.0.x) |
||
| 25 | |||
| 26 | Point releases shouldn't break backwards compatibility. |
||
| 27 | |||
| 28 | h3. Changes allowed |
||
| 29 | |||
| 30 | * Simple new features |
||
| 31 | * Bug fixes |
||
| 32 | * Security fixes |
||
| 33 | |||
| 34 | h3. Changes not allowed |
||
| 35 | |||
| 36 | 2 | Eric Davis | * New features with a lot of changes |
| 37 | 1 | Eric Davis | * Database migrations |
| 38 | |||
| 39 | h2. References |
||
| 40 | |||
| 41 | 18 | Toshi MARUYAMA | #1901#note-14 |