mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
sync API version with PeerTube version and auto-update it via git hooks
This commit is contained in:
4
scripts/openapi-peertube-version.sh
Executable file
4
scripts/openapi-peertube-version.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
# Version key/value should be on his own line
|
||||
PACKAGE_VERSION=$(node -p "require('./package.json').version")
|
||||
|
||||
sed -i "s/\(^\s*\)version: .*/\1version: $PACKAGE_VERSION/" support/doc/api/openapi.yaml
|
||||
Reference in New Issue
Block a user