]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/release.sh
Updated notification types in openapi reference
[github/Chocobozzz/PeerTube.git] / scripts / release.sh
index 195f19b45c2a9d540d960807e30653b67879cade..7681de90da243acb15ee14cf33fff6211b4b2149 100755 (executable)
@@ -60,8 +60,6 @@ fi
 
 npm version -f --no-git-tag-version --no-commit-hooks "$1"
 
-./scripts/openapi-peertube-version.sh
-
 git commit package.json client/package.json ./support/doc/api/openapi.yaml -m "Bumped to version $version"
 git tag -s -a "$version" -m "$version"
 
@@ -120,3 +118,8 @@ rm -f "./client/dist/embed-stats.json"
       git checkout "$branch"
   fi
 )
+
+# Release types package
+npm run generate-types-package
+cd types
+npm publish --access public