Skip to content

Commit

Permalink
fix: consider empty commits (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
f-bender committed Jun 17, 2023
1 parent 1aed730 commit 6f2e890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion semantic_release/vcs_helpers.py
Expand Up @@ -17,7 +17,7 @@
from .settings import config

_repo: Optional[Repo]
_sub_directory = "."
_sub_directory = ""
try:
_repo = Repo(".", search_parent_directories=True)
if config.get("use_only_cwd_commits") and config.get("version_source") == "commit":
Expand Down

0 comments on commit 6f2e890

Please sign in to comment.