From 1d6838ef530b69dbecee5105b6bd8ad557c5e6d6 Mon Sep 17 00:00:00 2001 From: Spythere Date: Mon, 6 Apr 2026 15:23:24 +0200 Subject: [PATCH] chore(navbar): added link to version's github release changelog --- .github/workflows/github-discord-releases.yml | 17 +++++++++++++++++ src/components/App/Navbar.vue | 14 ++++++++++---- 2 files changed, 27 insertions(+), 4 deletions(-) create mode 100644 .github/workflows/github-discord-releases.yml diff --git a/.github/workflows/github-discord-releases.yml b/.github/workflows/github-discord-releases.yml new file mode 100644 index 0000000..0908ef3 --- /dev/null +++ b/.github/workflows/github-discord-releases.yml @@ -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 diff --git a/src/components/App/Navbar.vue b/src/components/App/Navbar.vue index 9cf4ea2..af3e071 100644 --- a/src/components/App/Navbar.vue +++ b/src/components/App/Navbar.vue @@ -2,9 +2,12 @@