8000 FIX version variable · opennem/opennempy@542d883 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit

Permalink
FIX version variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nc9 committed Sep 2, 2021
1 parent 89906a0 commit 542d883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statist
poetry version ${1-prerelease}

git add pyproject.toml
VERSION=$(poetry version | sed 's/opennem\ //g')
git commit -m "$VERSION"

VERSION=$(poetry version | sed 's/opennem\ //g')

# Make docs
make github
Expand Down

0 comments on commit 542d883

Please sign in to comment.
0