Continuous delivery
Continuous delivery is a software development approach where code changes are automatically built, tested, and prepared for deployment to production. It allows frequent and predictable releases of new features or fixes, reducing errors and enabling rapid application updates.
It is closely tied to continuous integration (CI), which handles regular code merging and testing. Together, they form an automated process that lets teams respond faster to user needs and market changes.