Skip to content

Commit

Permalink
Fix bug in release docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed Aug 19, 2023
1 parent df6343b commit a9d0453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Release is done with poetry and invoke::
set VERSION 0.3.0
poetry run inv version $VERSION
git add assertionengine/assertion_engine.py pyproject.toml
git commit -m "Set version $VESION"
git commit -m "Set version $VERSION"
git tag -a v$VERSION -m "Release $VERSION"
git push --tags
poetry build
Expand Down

0 comments on commit a9d0453

Please sign in to comment.