Skip to content

Commit

Permalink
Fix tbump config to locate package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jul 9, 2024
1 parent e542a8b commit 54e78a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,5 @@ src = "pyproject.toml"
search = 'version = "{current_version}"'

[[tool.tbump.file]]
src = "package.json"
src = "labextension/package.json"
search = '"version": "{current_version}"'

0 comments on commit 54e78a6

Please sign in to comment.