Skip to content

Commit

Permalink
chore: optimize semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
qaldak committed Nov 17, 2023
1 parent f8c4480 commit 96947dd
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions semantic-release.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[tool.semantic_release.branches.main]

[tool.semantic_release.commit_parser_options]
allowed_tags = [
"build",
"chore",
"ci",
"docs",
"feat",
"feature",
"fix",
"perf",
"style",
"refactor",
"test",
]
major_tags = ["feat!", "breaking change", "BREAKING CHANGE"]
minor_tags = ["feat", "feature"]
patch_tags = ["fix", "perf", "refactor"]

0 comments on commit 96947dd

Please sign in to comment.