Skip to content

Commit 242e7e2

Browse files
authored
chore: add examples/hello-nginx/Dockerfile to release-please config (#96)
Forgot to add `hello-nginx` to release-please config, so it wasn't updated in the latest release PR.
1 parent e7c0dfe commit 242e7e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

release-please-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"README.md",
1010
"scripts/update-versions.sh",
1111
"scripts/compile.sh",
12-
"examples/hello-haproxy/Dockerfile"
12+
"examples/hello-haproxy/Dockerfile",
13+
"examples/hello-nginx/Dockerfile"
1314
]
1415
}
1516
}

0 commit comments

Comments
 (0)