Skip to content

Commit

Permalink
Update release script to make it compatible with BSD (macos) compatib…
Browse files Browse the repository at this point in the history
…le (#7273)
  • Loading branch information
marksweb committed Mar 24, 2022
1 parent ddbd1eb commit 47ec30b
Showing 1 changed file with 1 addition and 1 deletion.
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 __init__.py -e "s/__version__ = '.*'/__version__ = '$FULL_VERSION'/"
sed -i -e "s/__version__ = '.*'/__version__ = 'test'/" __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 47ec30b

Please sign in to comment.