Closed ccamel closed 3 weeks ago
The pull request introduces significant updates to the workflow file .github/workflows/notify-release.yml
. A new trigger, workflow_dispatch
, allows manual invocation with an optional tag
parameter. The job notify-discord
has been renamed to set-env
, focusing on setting environment variables and determining the release tag. A new job, notify-github-discussion
, is added to create a discussion announcement for releases. Additionally, the update-docs
job now includes conditions to prevent execution during manual dispatches, along with minor URL formatting adjustments.
File | Change Summary |
---|---|
.github/workflows/notify-release.yml |
- Added workflow_dispatch trigger with optional tag input.- Renamed job notify-discord to set-env .- Added outputs tag and repo_name in set-env job.- Introduced new job notify-github-discussion for creating release announcements.- Updated logic for determining release tag. - Added conditional execution for update-docs job.- Minor URL formatting adjustments in update-docs . |
In the meadow, changes bloom,
With tags and talks, we lift the gloom.
From Discord's call to GitHub's cheer,
Announcements now bring joy near!
A rabbit hops with glee so bright,
Celebrating workflows taking flight! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Addresses https://github.com/axone-protocol/community/issues/6.
Summary by CodeRabbit
New Features
Improvements
update-docs
job to prevent execution during manual dispatches.