Industrial XP Frequent Releases |
Frequent ReleasesRelease early and often
Teams mitigate this risk by having short development periods followed by releases that generate feedback. During Project Chartering, teams decide on the length of one or more releases. Due to market factors, it may not always be feasible to frequently release to external customers. This does not stop teams from getting feedback by releasing internally as frequently as they'd like. At the end of a 3-month internal release, management, customers and developers can get excellent feedback about what has been accomplished. This helps the project community plan for future internal and external releases. Frequent Releases force teams to focus on Continuous Integration. They need to tackle complex integration issues upfront, and not at the end of development to discover that different modules are not compatible. They must integrate early and often, quickly evolving capabilities that allow automatic deployment to a staging environment, which is an environment that emulates a production environment. This practice helps mitigate the risk of working in a development environment that may differ from an actual production environment. Continuous automated deployment and verification of a system in a staging area removes the technical overhead involved in traditional releases. |
|