have schema in a more general place

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer 2023-09-04 22:22:01 +02:00
parent 5cf7726ef2
commit 38ae3f272e
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ gen-build: ## Extract the schema from the database
AUTHENTIK_DEBUG=true ak spectacular --file schema.yml
AUTHENTIK_DEBUG=true ak spectacular \
--urlconf=authentik.stages.authenticator_mobile.urls \
--file authentik/stages/authenticator_mobile/schema_mobile.yml
--file schemas/authentik-cloud-gateway.yml
gen-changelog: ## (Release) generate the changelog based from the commits since the last tag
git log --pretty=format:" - %s" $(shell git describe --tags $(shell git rev-list --tags --max-count=1))...$(shell git branch --show-current) | sort > changelog.md