Hacker News new | ask | show | jobs
by michaelgrafl 4247 days ago
Thanks for the link.

We merge feature into dev when we want to show a feature to a fellow developer.

We merge feature into staging when a feature is ready to be tested by non-developers and to be included in documentation.

We merge feature into production when it's ready for all users.

Has been working out well so far.

2 comments

We have a similar process it allows for more releases. imo there are things that require more testing then others, and they shouldn't hold up the process of releasing code.
> We merge feature into dev when we want to show a feature to a fellow developer.

Wouldn't you just show them the feature branch?