Skip to content

Commit

Permalink
Merge pull request #31 from octodns/fix-script-release
Browse files Browse the repository at this point in the history
__VERSION__ -> __version__ in script/release
  • Loading branch information
ross authored Nov 12, 2023
2 parents 7598f4c + 182a6d9 commit 6a4afac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
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_gandi/__init__.py" | sed -e "s/.* = '//" -e "s/'$//")"
VERSION="$(grep "^__version__" "$ROOT/octodns_gandi/__init__.py" | sed -e "s/.* = '//" -e "s/'$//")"

git tag -s "v$VERSION" -m "Release $VERSION"
git push origin "v$VERSION"
Expand Down
20 changes: 0 additions & 20 deletions script/sdist

This file was deleted.

0 comments on commit 6a4afac

Please sign in to comment.