fix(schema):update schema and documentation for release

environments/review-docs-2433-weeqjg/deployments/21276
Petitminion 2025-06-11 12:16:33 +02:00
rodzic 6bc858986b
commit f8bfbb4434
2 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: Funkwhale API
version: 2.0.0a1
version: 2.0.0a2
description: |
# Funkwhale API

Wyświetl plik

@ -58,6 +58,8 @@ Once we're ready to release a new version of the software, we can use the follow
7. Update the next release version
```sh
docker compose build api
docker compose run --rm api funkwhale-manage spectacular > ./api/funkwhale_api/common/schema.yml
cd api
poetry version "$NEXT_RELEASE"
cd ..