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
1. Do a code search for the URL containing "ember-cli-update-codemods-manifest".
10
10
1. Change it to link to your changes from step 1.
11
-
* This will look like "https://raw.githubusercontent.com/ember-cli/ember-cli-update-codemods-manifest/vX/manifest.json" => "https://raw.githubusercontent.com/your-username/ember-cli-update-codemods-manifest/your-branch/manifest.json".
11
+
* This will look like "https://raw.githubusercontent.com/ember-cli/ember-cli-update-codemods-manifest/vX/manifest.json" => "https://raw.githubusercontent.com/your-username/ember-cli-update-codemods-manifest/your-branch/manifest.json".
12
12
1. Submit the change from step 4 as a pull request to [ember-cli-update](https://github.com/ember-cli/ember-cli-update). The purpose is to run the test suite.
13
13
1. Fix any test failures resulting from step 5.
14
14
1. If your change from step 1 is a new codemod instead of an update or fix to an existing, try and add a new test case to [test/fixtures/codemod](https://github.com/ember-cli/ember-cli-update/tree/master/test/fixtures/codemod). Otherwise, this step is not necessary.
0 commit comments