fix(schema):update schema and documentation for release
This commit is contained in:
parent
6bc858986b
commit
f8bfbb4434
|
@ -1,7 +1,7 @@
|
||||||
openapi: 3.0.3
|
openapi: 3.0.3
|
||||||
info:
|
info:
|
||||||
title: Funkwhale API
|
title: Funkwhale API
|
||||||
version: 2.0.0a1
|
version: 2.0.0a2
|
||||||
description: |
|
description: |
|
||||||
# Funkwhale API
|
# Funkwhale API
|
||||||
|
|
||||||
|
|
|
@ -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
|
7. Update the next release version
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
docker compose build api
|
||||||
|
docker compose run --rm api funkwhale-manage spectacular > ./api/funkwhale_api/common/schema.yml
|
||||||
cd api
|
cd api
|
||||||
poetry version "$NEXT_RELEASE"
|
poetry version "$NEXT_RELEASE"
|
||||||
cd ..
|
cd ..
|
||||||
|
|
Loading…
Reference in New Issue