We need to deploy only specific changes to production. How to achieve this?
For example, we have done 3 changes on development and moved to test environment. The user tested only one change and they are requesting to move only tested change to production. All 3 changes are in same model, when we create a deployable package, it will take all the 3 changes, but it should take only tested change, of course the system doesn't know which is tested and which is not tested. We are using DevOps for issue management and version control.
Any idea to achieve this process?