Skip to content

Commit

Permalink
fix(ci): add missing header for release-plz config (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serial-ATA authored Nov 1, 2024
1 parent 6eff5c3 commit 22ba9cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release-plz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ allow_dirty = true # allow updating repositories with uncommitted change
publish_allow_dirty = true # add `--allow-dirty` to `cargo publish`
publish_timeout = "10m" # set a timeout for `cargo publish`

[changelog]
commit_preprocessors = [
# Allow shortened crate names
{ pattern = '^(\w+!?)\(sdk\):', replace = "$1(gadget-sdk):" },
Expand All @@ -25,4 +26,4 @@ commit_parsers = [
{ message = "^chore(?:\\(([^)]+)\\))?: fmt", skip = true },
# Ignore dependency commits
{ message = "^chore\\(deps.*\\)", skip = true },
]
]

0 comments on commit 22ba9cc

Please sign in to comment.