We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a418c0 commit 2fcc079Copy full SHA for 2fcc079
.github/workflows/prerelease-discord-notification.yml
@@ -22,6 +22,11 @@ jobs:
22
⚠️ **This is a pre-release** - expect potential bugs and breaking changes
23
🔬 Perfect for testing new features and providing feedback
24
📋 Click [here](${{ github.event.release.html_url }}) to view what's new and download
25
+
26
+ 💻 Install with pip:
27
+ ```bash
28
+ pip install hatch-xclam=${{ github.event.release.tag_name }}
29
+ ```
30
31
Help us make *Hatch!* better by testing and reporting [issues](https://github.com/CrackingShells/Hatch/issues)! 🐛➡️✨
32
color: 0xff9500 # Orange color for pre-release
0 commit comments