Skip to content

Commit

Permalink
fix: fix typo in release-plz config (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
reubeno authored Jun 11, 2024
1 parent fbd871b commit 448e60c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions release-plz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ changelog_update = false
publish = false
pr_draft = false
git_release_draft = true
git_release_type = pre
git_release_type = "pre"

[changelog]
header = """
Expand All @@ -32,15 +32,14 @@ body = """
{% endfor %}\n
"""
trim = true
protect_breaking_commits = true
tag_pattern = ".*v[0-9].*"
sort_commits = "oldest"
commit_parsers = [
{ message = "^feat", group = "<!-- 0 -->πŸš€ Features" },
{ message = "^fix", group = "<!-- 1 -->πŸ› Bug Fixes" },
{ message = "^refactor", group = "<!-- 2 -->🚜 Refactor" },
{ message = "^doc", group = "<!-- 3 -->πŸ“š Documentation" },
{ message = "^perf", group = "<!-- 4 -->⚑ Performance" },
{ message = "^refactor", group = "<!-- 2 -->🚜 Refactor" },
{ message = "^style", group = "<!-- 5 -->🎨 Styling" },
{ message = "^test", group = "<!-- 6 -->πŸ§ͺ Testing" },
{ message = "^build", group = "<!-- 7 -->πŸ› οΈ Build" },
Expand All @@ -55,6 +54,7 @@ commit_parsers = [

[[package]]
name = "brush-shell"
# TODO: reenable this
# enable the changelog for this package and set path to root
changelog_update = true
changelog_update = false
changelog_path = "./CHANGELOG.md"

0 comments on commit 448e60c

Please sign in to comment.