From 2b8737b49b5ac989e2d29fd875554bd66628285b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Loi=CC=88c=20Mahieu?= Date: Fri, 6 Nov 2020 09:47:17 +0100 Subject: [PATCH] feat(README): add explanation for semantic-release --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 35b0796..5fc73bc 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,14 @@ Locales implemented: - `nl` - `nb` - `de` - - `ar` + - `ar` - `es` - `it` - `pt` Please submit a PR with a new locale if you need it. In order to create a new locale, you could translate it automatically with `node scripts/create-locale` which will use google translate. + +Please follow [`semantic-release` message format](https://semantic-release.gitbook.io/semantic-release/#commit-message-format). + +Example: +`feat(locales): add locale XX`