Skip to content

Commit

Permalink
__VERSION__ -> __version__ in script/release
Browse files Browse the repository at this point in the history
  • Loading branch information
ross committed Nov 12, 2023
1 parent 9fa47a9 commit dee31ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/release
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fi
# Set so that setup.py will create a public release style version number
export OCTODNS_RELEASE=1

VERSION="$(grep "^__VERSION__" "$ROOT/octodns_fastly/__init__.py" | sed -e "s/.* = '//" -e "s/'$//")"
VERSION="$(grep "^__version__" "$ROOT/octodns_fastly/__init__.py" | sed -e "s/.* = '//" -e "s/'$//")"

git tag -s "v$VERSION" -m "Release $VERSION"
git push origin "v$VERSION"
Expand Down

0 comments on commit dee31ba

Please sign in to comment.