fix(schema):update schema and documentation for release

This commit is contained in:
Petitminion 2025-06-11 12:16:33 +02:00
parent 6bc858986b
commit f8bfbb4434
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -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 ..