chore(navbar): added link to version's github release changelog

This commit is contained in:
2026-04-06 15:23:24 +02:00
parent ce3546745b
commit 1d6838ef53
2 changed files with 27 additions and 4 deletions
@@ -0,0 +1,17 @@
on:
release:
types: [published]
jobs:
github-releases-to-discord:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Github Releases To Discord
uses: SethCohen/github-releases-to-discord@v1.13.1
with:
webhook_url: '${{ secrets.WEBHOOK_URL }}'
color: '10038562'
footer_title: 'Changelog - GeneraTOR'
footer_timestamp: true