From f53bb822777beaf43012a05cca2f39e2abe11b05 Mon Sep 17 00:00:00 2001 From: Daniel Dyla Date: Thu, 18 Feb 2021 10:04:08 -0500 Subject: [PATCH] chore(lerna): add lerna-changelog (#432) * chore(lerna): add lerna-changelog closes #372 add docs related to lerna-changelog Signed-off-by: Olivier Albertini * fix: add draffensperger recommendations Signed-off-by: Olivier Albertini --- api/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/.gitignore b/api/.gitignore index d8ccb9e403..1d581f29fc 100644 --- a/api/.gitignore +++ b/api/.gitignore @@ -68,3 +68,6 @@ packages/**/package-lock.json docs .nyc_output + +#lerna +.changelog