We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dea0443 commit 1e107d5Copy full SHA for 1e107d5
1 file changed
pyproject.toml
@@ -72,13 +72,21 @@ branch = "main"
72
[tool.semantic_release.branches.main]
73
match = "main"
74
prerelease = false
75
+version_toml = ["pyproject.toml:project.version"]
76
+build_command = """
77
+ uv lock --upgrade-package python-roborock
78
+ git add uv.lock
79
+ uv build
80
+"""
81
+changelog_file = 'CHANGELOG.md'
82
+commit = true
83
84
[tool.semantic_release.branches.temp-main-branch]
85
match = "temp-main-branch"
86
87
version_toml = ["pyproject.toml:project.version"]
88
build_command = """
- uv lock --upgrade-package "$PACKAGE_NAME"
89
90
git add uv.lock
91
uv build
92
"""
0 commit comments