From 3245c0ec4e6d7d326ae68e76dd6c9a482e4198dd Mon Sep 17 00:00:00 2001 From: customcommander Date: Mon, 13 Apr 2020 11:21:25 +0100 Subject: [PATCH] docs: reference to issue i raise https://github.com/lerna/lerna/issues/2536 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 12d7b19..9cac223 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,10 @@ according to the ["Conventional Commits" specification][cc-spec]. Whether this is a bug or by design is unknown at this stage. However the thread in this [issue][gh-issue] seems to suggest that it is a bug. -See my [question on Stack Overflow][so-question]. +Follow-ups: + +- See my [question on Stack Overflow][so-question]. +- See the [issue][gh-my-issue] I raised. ## Minimal Reproducible Example @@ -72,3 +75,4 @@ Changes: [cc-spec]: https://www.conventionalcommits.org/ [gh-issue]: https://github.com/lerna/lerna/issues/1433 [so-question]: https://stackoverflow.com/q/61144530/1244884 +[gh-my-issue]: https://github.com/lerna/lerna/issues/2536