Skip to content

Commit

Permalink
ci: Updated tag list for semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-pisman committed Sep 25, 2023
1 parent 9550a8f commit 075c1ff
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,21 @@ commit_version_number = true
tag_commit = true
changelog_file = "CHANGELOG.md"
build_command = "python -m pip install build && python -m build"
allowed_tags = [
"build",
"chore",
"ci",
"docs",
"feat",
"fix",
"perf",
"style",
"refactor",
"test",
"revert"
]
minor_tags = ["feat", "build"]
patch_tags = ["chore", "ci", "fix", "perf", "style", "refactor", "test", "revert"]

[tool.flake8]
max-line-length = 120
Expand Down

0 comments on commit 075c1ff

Please sign in to comment.