Skip to content

Commit

Permalink
ci: create patch tag for more keywords
Browse files Browse the repository at this point in the history
going to enable Konflux image build only for tags
  • Loading branch information
jdobes committed Oct 8, 2024
1 parent d1ddfd7 commit 9417984
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@ version_variables = ["vmaas/common/constants.py:VMAAS_VERSION"]
version_toml = ["pyproject.toml:tool.poetry.version"]
commit_author = "vmaas-bot <[email protected]>"

[tool.semantic_release.commit_parser_options]
allowed_tags = [
"build",
"chore",
"ci",
"docs",
"feat",
"fix",
"perf",
"style",
"refactor",
"test",
]
minor_tags = ["feat"]
patch_tags = ["build", "chore", "ci", "fix", "perf", "refactor"]

[tool.poetry]
name = "vmaas"
version = "2.67.0"
Expand Down

0 comments on commit 9417984

Please sign in to comment.