We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be3373f commit 5673bbaCopy full SHA for 5673bba
pyproject.toml
@@ -44,7 +44,7 @@ major_on_zero = false
44
commit_subject = "chore(release): bump version to v{version}"
45
build_command = "curl -sSL https://install.python-poetry.org | python - --preview && export PATH=\"/github/home/.local/bin:$PATH\" && poetry install && poetry build"
46
upload_to_vcs = true
47
-branch = "develop"
+branch = "main"
48
changelog_components = "semantic_release.changelog.changelog_headers,semantic_release.changelog.compare_url"
49
50
[build-system]
0 commit comments