Skip to content

Conversation

@dallegos
Copy link
Contributor

🚀 Add Discord Notifications to Release Workflow

Description

This PR adds automated Discord notifications to the release workflow. When a new version of @berenjena/react-dev-panel is published to npm, a notification message is automatically sent to a configured Discord webhook.

Changes

  • Modified: .github/workflows/release.yml
    • Added new step "Send Discord notification" that triggers after successful release
    • Extracts package name, version, and changelog from the release
    • Sends a formatted embed message to Discord with:
      • 📝 Changelog excerpt (first 500 characters)
      • 📦 Link to npm package
      • 📌 Link to GitHub release
      • 🔗 Clickable title linking to the release

@dallegos dallegos requested a review from a team as a code owner January 22, 2026 16:34
@changeset-bot
Copy link

changeset-bot bot commented Jan 22, 2026

🦋 Changeset detected

Latest commit: 6e9d784

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@berenjena/react-dev-panel Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@dallegos dallegos merged commit 1f6a9f5 into main Jan 22, 2026
3 checks passed
@dallegos dallegos deleted the feature/discord-notifications branch January 22, 2026 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants