Skip to content

Commit 1a418c0

Browse files
author
LittleCoinCoin
committed
ci: update release discord notification
- Update icons to use the Light background version (while pre-relases will use the Dark backaground) - Add pip installation instructions
1 parent 15d96f6 commit 1a418c0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/release-discord-notification.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,14 @@ jobs:
2121
2222
🚀 Get the latest features and improvements
2323
📚 Click [here](${{ github.event.release.html_url }}) to view the changelog and download
24+
25+
💻 Install with pip:
26+
```bash
27+
pip install hatch-xclam
28+
```
2429
2530
Happy MCP coding with *Hatch!* 🐣
2631
color: 0x00ff88
2732
username: "Cracking Shells Release Bot"
28-
image: "https://raw.githubusercontent.com/CrackingShells/.github/main/resources/images/hatch_icon_dark_bg_transparent.png"
29-
avatar_url: "https://raw.githubusercontent.com/CrackingShells/.github/main/resources/images/cs_core_dark_bg.png"
33+
image: "https://raw.githubusercontent.com/CrackingShells/.github/main/resources/images/hatch_icon_light_bg_transparent.png"
34+
avatar_url: "https://raw.githubusercontent.com/CrackingShells/.github/main/resources/images/cs_icon_light_bg.png"

0 commit comments

Comments
 (0)