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
|
||||
info:
|
||||
title: Funkwhale API
|
||||
version: 2.0.0a1
|
||||
version: 2.0.0a2
|
||||
description: |
|
||||
# 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
|
||||
|
||||
```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 ..
|
||||
|
|
Loading…
Reference in New Issue