Skip to content

Commit fe16d46

Browse files
committed
Updated doc
1 parent 11855b0 commit fe16d46

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@ You can turn off the chart feature with:
5353
git config --bool gitflow.branch.bump-chart false
5454
```
5555

56+
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.
57+
58+
You can turn off the Dockerfile feature with:
59+
```bash
60+
git config --bool gitflow.branch.bump-dockerfile false
61+
```
62+
63+
5664
## Usage
5765

5866
Once the hooks are initialized, everything can be done in the target repository folder.

0 commit comments

Comments
 (0)