Skip to content

Commit

Permalink
fix: Fix issue with semantic-release version pattern (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab authored May 28, 2024
1 parent 1244e73 commit 6ce350a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions conda/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ dependencies:
- pip
- poetry
- nodejs # used by semantic-release
- pip:
# fix issues with distlib
- paginate
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "retsu"
version = "0.1.0" #semantic-release
version = "0.1.0" # semantic-release
description = "Retsu aims to wrap-up Celery in way to facilitate to create parallel and serial tasks"
readme = "README.md"
authors = ["Ivan Ogasawara <[email protected]>"]
Expand Down

0 comments on commit 6ce350a

Please sign in to comment.