We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a207d78 commit f84374aCopy full SHA for f84374a
1 file changed
src/understanding-deis/concepts.md
@@ -84,10 +84,10 @@ app.
84
85
### Release Stage
86
87
-During the release stage, a [build][] is combined with [config][] to create a new numbered
88
-[release][]. This release is then pushed to a Docker registry for later execution.
89
-The release stage is triggered any time a new build is created or config is
90
-changed, making it easy to rollback code and configuration changes.
+During the release stage, a [build][] is combined with [application configuration][config]
+to create a new numbered [release][]. New releases are created any time a new
+build is created or application configuration is changed. Tracking releases
+makes it easy to rollback to any previous release.
91
92
### Run Stage
93
0 commit comments