Skip to content

Commit 2f6d95b

Browse files
committed
added note about changelog
1 parent 2e73d26 commit 2f6d95b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG

Whitespace-only changes.

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Features
1616
- Multiple root routes
1717
- hash or history urls
1818

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
2020
and workflows are to create.
2121

2222
Installation
@@ -330,6 +330,17 @@ Development
330330
- `npm test` will do the same but doesn't watch, just runs the tests.
331331
- `script/build-examples` does exactly that.
332332

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+
333344
Thanks, Ember
334345
-------------
335346

0 commit comments

Comments
 (0)