This lesson covers the launch, marketing, and growth of your software.
Relevant sections of The Playbook include:
Validating customers
And the entire Make money section
This is a companion discussion topic for the original entry at https://thoughtbot.com/upcase/videos/playbook-launch
Hi, this is a great series. Very insightful. I am encouraged to see that our team follows (for the most part) a similar process.
I am interested to know how you handle deploying multiple features to production. Particularly when two separate features, one which has passed the acceptance from the client and one which has not, are both deployed on staging. Do you wait for further development to be done on the non-passed feature and for the client to give the green light before merging staging into production. In other words, are both features delayed from being deployed to production until both have passed acceptance?
Or do you branch your feature branch off master to avoid this?