What are two principles according to the build, release, run principle of the twelve-factor app methodology?
(Choose two.)
Code changes are able to be made at runtime.
Separation between the build, release, and run phases.
Releases should have a unique identifier.
Existing releases are able to be mutated after creation.
Release stage is responsible for compilation of assets and binaries.
Submit