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: CONTRIBUTING.md
+14-14
Original file line number
Diff line number
Diff line change
@@ -89,21 +89,15 @@ You can use the following scripts to make sure that the travis-job does not fail
89
89
-**npm run integration-test** will run integration tests (using old NodeJS versions and integrations with webpack, babel and so on)
90
90
These tests only work on a Linux-machine with `nvm` installed (for running tests in multiple versions of NodeJS).
91
91
92
-
## Ember testing
93
-
94
-
The current ember distribution should be tested as part of the handlebars release process. This requires building the `handlebars-source` gem locally and then executing the ember test script.
When everything is OK, the handlebars site needs to be updated to point to the new version numbers. The jsfiddle link should be updated to point to the most recent distribution for all instances in our documentation.
127
+
When everything is OK, the **handlebars site** needs to be updated.
128
+
129
+
Go to the master branch of the repo [handlebars-lang/handlebarsjs.com-github-pages](https://github.com/handlebars-lang/handlebarsjs.com-github-pages/tree/master)
130
+
and make a minimal change to the README. This will invoke a github-action that redeploys
131
+
the site, fetching the latest version-number from the npm-registry.
132
+
(note that the default-branch of this repo is not the master and regular changes are done
0 commit comments