X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Frelease.sh;h=6423d17ee9a8a4edaa83153edc76e47d517a917d;hb=bdb1dfc17653ca327c2656922a651762fd222a24;hp=195f19b45c2a9d540d960807e30653b67879cade;hpb=cdce5af7fcf28caa9bc95a6d7342163815dc8cfc;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/release.sh b/scripts/release.sh index 195f19b45..6423d17ee 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -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"