We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10581ca commit 037c8d0Copy full SHA for 037c8d0
1 file changed
setup.cfg
@@ -6,6 +6,9 @@ tag_format = "v{version}"
6
version_toml = []
7
changelog_file = "CHANGELOG.md"
8
commit_message = "chore(release): {version} [skip ci]"
9
+version_variables = [
10
+ "library.json:version"
11
+]
12
13
[tool.semantic_release.commit_parser_options]
14
allowed_tags = ["feat", "feature", "fix", "perf", "chore", "docs", "style", "refactor", "test", "build", "ci", "revert"]
0 commit comments