mirror of
https://github.com/carloscuesta/gitmoji.git
synced 2025-12-08 20:14:12 +00:00
✨ Add gitmoji-changelog-action to related tools (#1147)
This commit is contained in:
parent
1688e871f3
commit
4eac20689a
@ -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>
|
||||
|
||||
@ -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 = () => (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user