File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Features
16
16
- Multiple root routes
17
17
- hash or history urls
18
18
19
- Check out the examples directory to see how simple previously complex UI
19
+ Check out the ` examples ` directory to see how simple previously complex UI
20
20
and workflows are to create.
21
21
22
22
Installation
@@ -330,6 +330,17 @@ Development
330
330
- ` npm test ` will do the same but doesn't watch, just runs the tests.
331
331
- ` script/build-examples ` does exactly that.
332
332
333
+ ### Commit subjects
334
+
335
+ When releasing, a changelog is created automatically, if your commit
336
+ subject is important to the API or fixes a bug, please use one of the
337
+ following prefixes:
338
+
339
+ - ` [fixed] ... `
340
+ - ` [changed] ... `
341
+ - ` [added] ... `
342
+ - ` [removed] ... `
343
+
333
344
Thanks, Ember
334
345
-------------
335
346
You can’t perform that action at this time.
0 commit comments