Skip to content

Instantly share code, notes, and snippets.

@dLobatog
Created September 8, 2014 10:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dLobatog/b373314281343b24936f to your computer and use it in GitHub Desktop.
Save dLobatog/b373314281343b24936f to your computer and use it in GitHub Desktop.
HOWTO Maintain 1.6-stable
Check all redmine issues daily
- If it can be a blocker, mark it.
- On merge, decide in which release something will land in.
Cherry-pick at least two days after it's merged to develop, to see if tests are green and immediate issues.
Make sure no i18n strings have been changed for minor releases - those are moved to the next major release. (unless security bugs)
- Example: https://github.com/theforeman/foreman/commit/1d939ec0c3f985e3f8827efe49fc3a0941b05381
Incompatible behavior changes shouldn't go into the release at all.
Make sure to git cherry-pick -x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment