Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: release script version number #7322

Merged
merged 9 commits into from
May 23, 2022
2 changes: 1 addition & 1 deletion scripts/make-release
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ read -r

status "- Bumping version to ${FULL_VERSION}"
# bump the version
sed -i -e "s/__version__ = '.*'/__version__ = 'test'/" __init__.py
sed -i -e "s/__version__ = '.*'/__version__ = '$FULL_VERSION'/" __init__.py
git commit __init__.py -m "${COMMIT_PREFIX}Bumped version to ${FULL_VERSION}"

status "- Fetching strings from transifex"
Expand Down