Skip to content

Commit

Permalink
resolve path to git-cliff config
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Oct 5, 2024
1 parent 8e2b3aa commit 2939de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/increment_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

VERSION_TUPLE = Tuple[int, int, int]
COMPONENTS = ["major", "minor", "patch"]
GIT_CLIFF_CONFIG = Path(__file__).parent / "cliff.toml"
GIT_CLIFF_CONFIG = (Path(__file__).parent / "cliff.toml").resolve()
RELEASE_NOTES = GIT_CLIFF_CONFIG.with_name("ReleaseNotes.md")


Expand Down

0 comments on commit 2939de2

Please sign in to comment.