Skip to content
Snippets Groups Projects
Commit de47a655 authored by Lin Jen-Shin's avatar Lin Jen-Shin
Browse files

We should also verify post-migrations

parent dbb8bbb8
No related branches found
No related tags found
1 merge request!128We should also verify post-migrations
Pipeline #
Loading
Loading
@@ -37,7 +37,7 @@ Stable branch should be created after the 7th. The 7th is the last date to relia
the CE `<%= version.stable_branch %>` and EE `<%= version.stable_branch(ee: true) %>`
branches, respectively.
- [ ] Merge CE `<%= version.stable_branch %>` into EE `<%= version.stable_branch(ee: true) %>` following the [Merging a CE stable branch into its EE counterpart] guide
- [ ] Check for any problematic migrations in EE (EE migrations include CE ones), and paste the diff in a snippet: `git diff LATEST_PATCH_TAG-ee..<%= version.stable_branch(ee: true) %> -- db/migrate` =>
- [ ] Check for any problematic migrations in EE (EE migrations include CE ones), and paste the diff in a snippet: `git diff v<%= version.to_rc %>-ee..<%= version.stable_branch(ee: true) %> -- db/migrate db/post_migrate` =>
- [ ] Sync CE, EE, and Omnibus to `dev`
- [ ] Ensure tests are green on [CE stable branch]
- [ ] Ensure tests are green on [EE stable branch]
Loading
Loading
@@ -130,7 +130,7 @@ cherry-picked into `<%= version.stable_branch %>`.
branches, respectively.
- Follow the [Creating subsequent RCs] guide for `<%= version.to_rc(2) %>`:
- [ ] Merge CE `<%= version.stable_branch %>` into EE `<%= version.stable_branch(ee: true) %>` following the [Merging a CE stable branch into its EE counterpart] guide
- [ ] Check for any problematic migrations in EE (EE migrations include CE ones), and paste the diff in a snippet: `git diff v<%= version.to_rc %>-ee..<%= version.stable_branch(ee: true) %> -- db/migrate` =>
- [ ] Check for any problematic migrations in EE (EE migrations include CE ones), and paste the diff in a snippet: `git diff v<%= version.to_rc %>-ee..<%= version.stable_branch(ee: true) %> -- db/migrate db/post_migrate` =>
- [ ] Sync CE, EE, and Omnibus to `dev`
- [ ] Ensure tests are green on [CE stable branch]
- [ ] Ensure tests are green on [EE stable branch]
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment