From 3c453599fbb907bdced1da3fdc1e50b28bdbe95e Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 8 Jun 2026 15:22:33 -0400 Subject: [PATCH 1/2] docs: remove dockerfile-parser from readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 137fede..44c3f6b 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ Dockerfile code formatter plugin for [dprint](https://dprint.dev). -This uses [dockerfile-parser](https://crates.io/crates/dockerfile-parser) to parse a dockerfile. - ## Install [Install](https://dprint.dev/install/) and [setup](https://dprint.dev/setup/) dprint. From 75f251476b3c8f9391a58b12b0937a85be9fb892 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 8 Jun 2026 15:23:55 -0400 Subject: [PATCH 2/2] update --- scripts/generate_release_notes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate_release_notes.ts b/scripts/generate_release_notes.ts index 1605162..81cd848 100644 --- a/scripts/generate_release_notes.ts +++ b/scripts/generate_release_notes.ts @@ -14,7 +14,7 @@ ${changelog} Then in your project's dprint configuration file: -1. Specify the plugin url in the \`"plugins"\` array or run \`dprint config add dockerfile\`. +1. Run \`dprint add dockerfile\` or specify the plugin url in the \`"plugins"\` array. 2. Add a \`"dockerfile"\` configuration property if desired. \`\`\`jsonc {