Continuous delivery cycle
Here is a sample continuous delivery cycle with a development branch and a
			delivery branch:
	- When ready, push everything through to delivery, which allows time to finalize content and continue in the development branch at the same time.
 - You could close the delivery branch after publication and leave it for localization when required.
 - Create a new delivery branch for each new release candidate and close it when delivered.
 - If a topic is updated in a library, it will be updated in the delivery branch. This would require a delivery branch for libraries as well.