aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/release.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/release.sh')
-rwxr-xr-xscripts/release.sh2
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
61npm version -f --no-git-tag-version --no-commit-hooks "$1" 61npm version -f --no-git-tag-version --no-commit-hooks "$1"
62 62
63./scripts/openapi-peertube-version.sh
64
65git commit package.json client/package.json ./support/doc/api/openapi.yaml -m "Bumped to version $version" 63git commit package.json client/package.json ./support/doc/api/openapi.yaml -m "Bumped to version $version"
66git tag -s -a "$version" -m "$version" 64git tag -s -a "$version" -m "$version"
67 65