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: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ See the [Contributing](CONTRIBUTING.md) guide for details.
32
32
33
33
> We use the "template tag" (.gjs/.gts) format for component authoring which has been described in detail in the [RFC](https://github.com/emberjs/rfcs/blob/master/text/0779-first-class-component-templates.md).
34
34
> A summarized version can be found in the ember-template-imports library which also has some information about [how to setup your dev environment](https://github.com/ember-template-imports/ember-template-imports#editor-integrations) for a better experience.
35
-
>
35
+
>
36
36
> We're also converting the code to TypeScript and [Glint](https://typed-ember.gitbook.io/glint/).
37
37
38
38
### Testing:
@@ -53,6 +53,7 @@ See the [Contributing](CONTRIBUTING.md) guide for details.
53
53
[yalc](https://github.com/wclr/yalc) is a good alternative if the npm link setup doesn't work as expected.
54
54
55
55
### Releases:
56
+
56
57
> Make sure all the merged PRs have the correct label, so they show up in the changelog
57
58
58
59
Release to npm: `GITHUB_AUTH=your-token npm run release` and follow the prompts
0 commit comments