Discord Release Notifier
Version updated for https://github.com/render437/discord-release-notifier to version v1.0.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 16.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Discord Release Notifier GitHub Action automates the process of sending notifications to a Discord channel via webhook whenever a new release is published in a GitHub repository. It provides detailed, customizable Discord embed messages containing information such as the release name, description, URL, repository details, author, and commit SHA. This action simplifies keeping team members or communities informed about release updates without requiring manual intervention.
Release notes
Discord Release Notifier
A GitHub Action workflow to send Discord notifications via webhook when a new release is published.
Features:
Sends formatted release information as an embed in Discord. Includes release name, URL, description (release notes), repository name, the user who created the release and the SHA of the commit tagged by the release. Easy Setup: Simply add the Discord webhook as a repository secret. Customizable: You can easily customize the embed message formatting.