Skip to content

Commit 037c8d0

Browse files
committed
fix: library.json version isn't maintained
1 parent 10581ca commit 037c8d0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ tag_format = "v{version}"
66
version_toml = []
77
changelog_file = "CHANGELOG.md"
88
commit_message = "chore(release): {version} [skip ci]"
9+
version_variables = [
10+
"library.json:version"
11+
]
912

1013
[tool.semantic_release.commit_parser_options]
1114
allowed_tags = ["feat", "feature", "fix", "perf", "chore", "docs", "style", "refactor", "test", "build", "ci", "revert"]

0 commit comments

Comments
 (0)