You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: RELEASE.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -128,11 +128,11 @@ end
128
128
1. Branch locally to `beta`
129
129
1.`git checkout -b beta`
130
130
1. Manually disable features
131
-
1. Change everything in `features.json` from `null` to `false` to ensure they are stripped
131
+
1. Change everything in `packages/@ember/canary-features.ts`'s `DEFAULT_FEATURES` export from `null` to `false` to ensure they are stripped
132
132
1. Any feature that has been GOed gets changed to true
133
133
1. Run `ember s -prod`
134
134
1. Run tests at `http://localhost:4200/tests/index.html`
135
-
1. Run production tests `http://localhost:4200/tests/index.htmlskipPackage=container,ember-testing,ember-debug&dist=prod&prod=true`
135
+
1. Run production tests `http://localhost:4200/tests/index.htmlskipPackage=container,ember-testing,@ember/debug&dist=prod&prod=true`
136
136
1. In `.travis.yml`, remove `branches:` section e.g. [this commit](https://github.com/emberjs/ember.js/commit/e38ec5d910721a9e02a819b4105a4875723f4b1b).
137
137
1. Now we have to look at the commit just prior to branching 2.4.0.beta-1. Then find the commit after that to start the new branch at.
0 commit comments