coderly / process

The Coderly team's process documentation.
4 stars 1 forks source link

Hotfix should get merged into master and development #29

Closed venkatd closed 8 years ago

venkatd commented 9 years ago

When we deployed today, we had some merge conflicts we had to resolve between development and master. The root cause of this issue was that hotfixes only get applied to master. If we apply a hotfix to both development and master we can avoid this issue.

Ideally we can have two PRs created when we type hotfix into the code tool.

idelahoz commented 9 years ago

https://github.com/coderly/code/pull/8

venkatd commented 9 years ago

@idelahoz Google for closing issues automatically with GitHub.