Skip to content

Commit

Permalink
docs: describe updating process
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck authored Oct 28, 2024
1 parent 13d3b4c commit ca99ba8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,18 @@ Install [`cyclonedx-gomod`](https://github.com/CycloneDX/cyclonedx-gomod?tab=rea
```shell
brew install cyclonedx-gomod
```

----

## Updating

### For consumers

You found an outdated formula? Please let us know - open a github issue and request a bump:
<https://github.com/CycloneDX/homebrew-cyclonedx/issues/new>

### For maintainers

Formula updating is semi-automated.
Trigger it by dispatching the [github action "Update a formula"](https://github.com/CycloneDX/homebrew-cyclonedx/actions/workflows/update-formula.yml); this should result in a pull-request with the needed updates.
The PR is opened as bot, not as the dispatcher, so that the dispatcher/maintainer can review/approve/merge the PR as they like.

0 comments on commit ca99ba8

Please sign in to comment.