Skip to content

Commit

Permalink
Merge pull request #37 from octodns/fix-script-release
Browse files Browse the repository at this point in the history
Fix script release
  • Loading branch information
ross authored Jan 27, 2024
2 parents dcdae8f + 02f9ca3 commit a1b0c07
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_edgedns/__init__.py" | head -n 1 | sed -e "s/.* = '//" -e "s/'$//")"
VERSION="$(grep "^__version__" "$ROOT/octodns_edgedns/__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 a1b0c07

Please sign in to comment.