Skip to content

Commit

Permalink
Updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gildas committed Dec 10, 2021
1 parent 11855b0 commit fe16d46
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fe16d46

Please sign in to comment.