We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd7a6d0 commit b77abfcCopy full SHA for b77abfc
bin/deploy
@@ -62,7 +62,8 @@ echo "Creating a release branch release-${version}"
62
git checkout -b "release-${version}"
63
64
echo "Updating openapi.yaml with the new version number"
65
-sed -ie -E -- "s|version: ${version_regex}|version: ${version}|" openapi.yaml
+sed -E -i.bak "s|version: ${version_regex}|version: ${version}|" openapi.yaml \
66
+ && rm openapi.yaml.bak
67
68
echo "Committing the version bump"
69
git add openapi.yaml
0 commit comments