mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-06 10:36:39 +00:00
* 🔥 Remove development util script * 🎨 Reformat release notes with markdown-only code (no HTML) * ✨ Add FastAPI releases bot for Gitter
9 lines
124 B
Bash
Executable file
9 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
|