Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update lukemathwalker/cargo-chef docker tag to v0.1.65 #59

Closed
wants to merge 7 commits into from
12 changes: 12 additions & 0 deletions .release-plz.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[workspace]
allow_dirty = true # allow updating repositories with uncommitted changes
changelog_config = "cliff.toml"
# dependencies_update = true # update dependencies with `cargo update`
pr_labels = ["release"] # add the `release` label to the release Pull Request
publish_allow_dirty = true # add `--allow-dirty` to `cargo publish`
semver_check = false # disable API breaking changes checks
publish_timeout = "10m" # set a timeout for `cargo publish`
# release_commits = "^feat:" # prepare release only if at least one commit matches a regex

[changelog]
protect_breaking_commits = true # always include commits with breaking changes in the changelog
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lukemathwalker/cargo-chef:0.1.63-rust-1.76-alpine AS chef
FROM lukemathwalker/cargo-chef:0.1.65-rust-1.76-alpine AS chef
WORKDIR /app

FROM chef AS planner
Expand Down
Loading