Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automate our branch strategy for hot fixing #4451

Open
danfinlay opened this issue Jun 1, 2018 · 0 comments
Open

Automate our branch strategy for hot fixing #4451

danfinlay opened this issue Jun 1, 2018 · 0 comments
Assignees
Labels
area-buildSystem related to our build system area-CI contributor experience An issue that impacts, or planned improvement to, the contributor experience.

Comments

@danfinlay
Copy link
Contributor

Hot fixing needs to be done urgently when it's done.

Our current hot-fix release protocol:

  • Once feature is identified, notify support team about issue so they can respond to it appropriately and create auto-replies and documentation.
  • Create branch of master, since it reflects what is in production.
  • Fix issue on branch.
  • PR fix against master (this PR may include the patch version bump to reduce overhead)
  • Once fix is verified by another team member, proceed to publishing process.
  • After publishing, merge master into the active develop branch.

The branch & PR portions of this should be automated.

@Gudahtt Gudahtt added the area-buildSystem related to our build system label Jan 6, 2021
@Gudahtt Gudahtt self-assigned this Jan 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-buildSystem related to our build system area-CI contributor experience An issue that impacts, or planned improvement to, the contributor experience.
Projects
None yet
Development

No branches or pull requests

4 participants