Skip to content

Commit

Permalink
👷 _version
Browse files Browse the repository at this point in the history
  • Loading branch information
juftin committed Dec 15, 2023
1 parent 49b047b commit f91e784
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
[
"@semantic-release/git",
{
"assets": ["pyproject.toml", "*/__about__.py"],
"assets": ["pyproject.toml", "*/_version.py"],
"message": "🔖 lunchable ${nextRelease.version}\n\n${nextRelease.notes}\n[skip ci]"
}
],
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ exclude_lines = [
[tool.coverage.run]
branch = true
omit = [
"lunchable/__about__.py"
"lunchable/_version.py"
]
parallel = true
source_pkgs = ["lunchable", "tests"]
Expand Down Expand Up @@ -207,7 +207,7 @@ test = "pytest {args:tests}"
test-cov = "coverage run -m pytest {args:tests}"

[tool.hatch.version]
path = "lunchable/__about__.py"
path = "lunchable/_version.py"

[tool.mypy]
check_untyped_defs = true
Expand Down

0 comments on commit f91e784

Please sign in to comment.