Skip to content

Commit

Permalink
fix: [ci] Updated changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikdevcom committed Oct 10, 2024
1 parent b3c19c4 commit 530043c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,9 @@ version_toml = [
"pyproject.toml:tool.poetry.version",
]
branch = "main"
# upload_to_pypi = true
# upload_to_release = true
# build_command = "pip install poetry && poetry build"
# parser_angular_allowed_types="build,chore,ci,docs,feat,fix,perf,style,refactor,test,sync"
# parser_angular_minor_types = "feat"
# parser_angular_patch_types = "fix,perf,sync"
build_command = "pip install poetry && poetry build"
parser_angular_allowed_types="build,chore,ci,docs,feat,fix,perf,style,refactor,test,sync"
parser_angular_minor_types = "feat"
parser_angular_patch_types = "fix,perf,sync"
# commit_message = ""
# changelog_sections="feature,fix,sync,perf,breaking,documentation,performance,:boom:,:sparkles:,:children_crossing:,:lipstick:,:iphone:,:egg:,:chart_with_upwards_trend:,:ambulance:,:lock:,:bug:,:zap:,:goal_net:,:alien:,:wheelchair:,:speech_balloon:,:mag:,:apple:,:penguin:,:checkered_flag:,:robot:,:green_apple:,Other"

0 comments on commit 530043c

Please sign in to comment.