Skip to content

Commit

Permalink
Release version 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lanzani committed Jan 7, 2025
1 parent 42aa4c7 commit b3b702c
Show file tree
Hide file tree
Showing 2 changed files with 194 additions and 182 deletions.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ release: test badge
$(eval VERSION := $(shell poetry version -s))
@echo Building version: $(VERSION)
@poetry build
@git add pyproject.toml
@git add pyproject.toml poetry.lock
@git commit -m "Release version $(VERSION)"
@git tag $(VERSION)
@git push origin main --tags
Loading

0 comments on commit b3b702c

Please sign in to comment.