diff options
Diffstat (limited to 'scripts/release.sh')
-rwxr-xr-x | scripts/release.sh | 2 |
1 files changed, 0 insertions, 2 deletions
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 | |||
60 | 60 | ||
61 | npm version -f --no-git-tag-version --no-commit-hooks "$1" | 61 | npm version -f --no-git-tag-version --no-commit-hooks "$1" |
62 | 62 | ||
63 | ./scripts/openapi-peertube-version.sh | ||
64 | |||
65 | git commit package.json client/package.json ./support/doc/api/openapi.yaml -m "Bumped to version $version" | 63 | git commit package.json client/package.json ./support/doc/api/openapi.yaml -m "Bumped to version $version" |
66 | git tag -s -a "$version" -m "$version" | 64 | git tag -s -a "$version" -m "$version" |
67 | 65 | ||