Skip to content

Commit 1b452e0

Browse files
committed
feat(readme): Add commit message instructions
1 parent d8d976d commit 1b452e0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
# React Finland 2018 Content
44

5-
The content of the conference in JavaScript format. Please use [semantic commit message format](https://github.com/semantic-release/semantic-release#commit-message-format)!
5+
The content of the conference in JavaScript format. Please use [semantic commit message format](https://github.com/semantic-release/semantic-release#commit-message-format):
6+
7+
* `fix(topic): what` - Patch release.
8+
* `feat(topic): what` - Feature release.
9+
* `perf(topic): what` - Breaking release.
10+
* `BREAKING CHANGE: what` - Breaking release.
611

712
## Notes
813

0 commit comments

Comments
 (0)