you are viewing a single comment's thread
view the rest of the comments
[–] 3 points 2 years ago (1 child)

Feature flags are another solution. Merge the code, but have it disabled on prod until you enable the feature flag (when the whole feature is complete and deployed)

  • source
  • parent
  • hideshow 2 child comments