Add gitmoji-changelog-action to related tools (#1147)

This commit is contained in:
Sercan Üste 2022-09-30 19:47:13 +03:00 committed by GitHub
parent 1688e871f3
commit 4eac20689a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

View File

@ -3783,6 +3783,18 @@ exports[`Pages Related tools should render the page 1`] = `
</a>
: A Firefox addon that adds a predictive gitmoji picker to GitHub commit message inputs.
</li>
<li>
<a
href="https://github.com/sercanuste/gitmoji-changelog-action"
rel="noopener noreferrer"
target="_blank"
>
<b>
gitmoji-changelog-action
</b>
</a>
: GitHub Action for gitmoji-changelog
</li>
</ul>
</section>
</main>

View File

@ -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 = () => (