Skip to content

Commit b0b5ce9

Browse files
committed
fix: patch update on every change
1 parent a34c0b3 commit b0b5ce9

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

.github/semantic_release.toml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,17 @@ allowed_tags = [
2424
"test",
2525
]
2626
minor_tags = ["feat"]
27-
patch_tags = ["fix", "perf"]
27+
patch_tags = [
28+
"build",
29+
"chore",
30+
"ci",
31+
"docs",
32+
"fix",
33+
"perf",
34+
"style",
35+
"refactor",
36+
"test",
37+
]
2838
default_bump_level = 0
2939

3040
[tool.semantic_release.remote]

0 commit comments

Comments
 (0)