mirror of
https://github.com/fastapi/fastapi.git
synced 2025-12-30 17:50:39 -05:00
* 🔥 Remove development util script * 🎨 Reformat release notes with markdown-only code (no HTML) * ✨ Add FastAPI releases bot for Gitter
10 lines
124 B
Bash
Executable File
10 lines
124 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
bash scripts/publish.sh
|
|
|
|
bash scripts/trigger-docker.sh
|
|
|
|
python scripts/gitter_releases_bot.py
|