Skip to content

Update changelog

Update changelog #25

Workflow file for this run

name: Release Notification
on:
push:
tags: v*
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Discord Notification
if: ${{ success() }}
uses: sarisia/actions-status-discord@v1
with:
webhook: ${{ secrets.DISCORD_EVENTS_WEBHOOK }}