Skip to content

Commit 9b3dbaf

Browse files
committed
chore(semantic-release): remove need for version bump in docs as docs have changed
1 parent c16a7fe commit 9b3dbaf

File tree

2 files changed

+1
-32
lines changed

2 files changed

+1
-32
lines changed

releaserc.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[semantic_release]
22
assets = ["README.md", "LICENSE"]
3-
build_command = """python3 ./scripts/bump_version.py"""
43
commit_parser = "angular"
54

65
[semantic_release.changelog]
@@ -16,12 +15,9 @@ exclude_commit_patterns = [
1615
]
1716

1817
[semantic_release.branches.main]
19-
match = "(main|master)"
18+
match = "^main$"
2019
prerelease = false
2120

2221
[semantic_release.remote]
2322
type = "github"
2423
token = { env = "GH_TOKEN" }
25-
26-
[semantic_release.publish]
27-
upload_to_vcs_release = false

scripts/bump_version.py

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)