Skip to content

Commit

Permalink
fix(make): release version
Browse files Browse the repository at this point in the history
  • Loading branch information
ahonestla committed Sep 16, 2024
1 parent 0f63bb7 commit 5eb8540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ load:

release:
echo "__version__ = '$(VERSION)'" > project/__init__.py
cd project/client && npm version
cd project/client && npm version $(VERSION)
make client-build
git commit -am '[release] version $(VERSION)'
git tag $(VERSION)
Expand Down

0 comments on commit 5eb8540

Please sign in to comment.