I've setup a Gitlab server to manage several different Laravel Apps. I'm also able to configure the Gitlab CI to deploy the code to the development and production sites. Everything is kind of streamlined.
The problem is Clients want to make many small text changes in the view files. Most of them are fixing the grammatical errors or changing the heading wordings etc in the user interface. And we cannot wait until the next feature deployment to push these changes.
How do I manage these change requests? Do I need to make a separate commit for each of these changes and go through the automated deployment process? or is there any better way to handle this?