From 4eac20689af14a9d8ad63f7487d257ee73612ab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sercan=20=C3=9Cste?= Date: Fri, 30 Sep 2022 19:47:13 +0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20gitmoji-changelog-action=20to?= =?UTF-8?q?=20related=20tools=20(#1147)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/__tests__/__snapshots__/pages.spec.js.snap | 12 ++++++++++++ src/pages/related-tools.js | 5 +++++ 2 files changed, 17 insertions(+) diff --git a/src/__tests__/__snapshots__/pages.spec.js.snap b/src/__tests__/__snapshots__/pages.spec.js.snap index 5f8cffd..4c6e766 100644 --- a/src/__tests__/__snapshots__/pages.spec.js.snap +++ b/src/__tests__/__snapshots__/pages.spec.js.snap @@ -3783,6 +3783,18 @@ exports[`Pages Related tools should render the page 1`] = ` : A Firefox addon that adds a predictive gitmoji picker to GitHub commit message inputs. +
  • + + + gitmoji-changelog-action + + + : GitHub Action for gitmoji-changelog +
  • diff --git a/src/pages/related-tools.js b/src/pages/related-tools.js index 347597e..8a547e6 100644 --- a/src/pages/related-tools.js +++ b/src/pages/related-tools.js @@ -73,6 +73,11 @@ const tools: Array<{ name: string, description: string, link: string }> = [ 'A Firefox addon that adds a predictive gitmoji picker to GitHub commit message inputs.', link: 'https://github.com/ma1ted/githubmoji', }, + { + name: 'gitmoji-changelog-action', + description: 'GitHub Action for gitmoji-changelog', + link: 'https://github.com/sercanuste/gitmoji-changelog-action', + }, ] const RelatedTools = () => (