From fe16d46ec0d26f80f63b4514b77b96a0ba59292a Mon Sep 17 00:00:00 2001 From: Gildas Date: Fri, 10 Dec 2021 10:49:02 +0900 Subject: [PATCH] Updated doc --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8a0020e..88aee2f 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,14 @@ You can turn off the chart feature with: git config --bool gitflow.branch.bump-chart false ``` +The scripts will also update the [OCI annotations](https://github.com/opencontainers/image-spec/blob/main/annotations.md labels) (`version` and `created`) in the Dockerfile if present. + +You can turn off the Dockerfile feature with: +```bash +git config --bool gitflow.branch.bump-dockerfile false +``` + + ## Usage Once the hooks are initialized, everything can be done in the target repository folder.