Skip to content

Commit cb4c2e9

Browse files
authored
Update README.md
1 parent f834259 commit cb4c2e9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ See the [Contributing](CONTRIBUTING.md) guide for details.
3030
- Run the documentation site: `npm run storybook` (make sure the `npm run ember` command is finished)
3131
- Generate the icons: `npm run icons`
3232

33-
> We use the "template tag" (.gjs) 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).
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).
3434
> 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+
>
36+
> We're also converting the code to TypeScript and [Glint](https://typed-ember.gitbook.io/glint/).
3537
3638
### Testing:
3739

@@ -51,6 +53,7 @@ See the [Contributing](CONTRIBUTING.md) guide for details.
5153
[yalc](https://github.com/wclr/yalc) is a good alternative if the npm link setup doesn't work as expected.
5254

5355
### Releases:
56+
> Make sure all the merged PRs have the correct label, so they show up in the changelog
5457
5558
Release to npm: `GITHUB_AUTH=your-token npm run release` and follow the prompts
5659

0 commit comments

Comments
 (0)