We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c16a7fe commit 9b3dbafCopy full SHA for 9b3dbaf
releaserc.toml
@@ -1,6 +1,5 @@
1
[semantic_release]
2
assets = ["README.md", "LICENSE"]
3
-build_command = """python3 ./scripts/bump_version.py"""
4
commit_parser = "angular"
5
6
[semantic_release.changelog]
@@ -16,12 +15,9 @@ exclude_commit_patterns = [
16
15
]
17
18
[semantic_release.branches.main]
19
-match = "(main|master)"
+match = "^main$"
20
prerelease = false
21
22
[semantic_release.remote]
23
type = "github"
24
token = { env = "GH_TOKEN" }
25
-
26
-[semantic_release.publish]
27
-upload_to_vcs_release = false
scripts/bump_version.py
0 commit comments