Skip to content

Commit

Permalink
fix: release script version number (#7322)
Browse files Browse the repository at this point in the history
* Update release script to make it compatible with BSD (macos) compatible

* Update release script to make it compatible with BSD (macos) compatible

* fix: Release script version change
  • Loading branch information
marksweb committed May 23, 2022
1 parent 796718c commit 8ffc648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make-release
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

0 comments on commit 8ffc648

Please sign in to comment.