Skip to content

[Improvement] Auto-bump Homebrew formula on release #2430

@asbjornu

Description

@asbjornu

As discussed in #2374, we should automatically bump the version of the GitVersion formula in Homebrew on every release.

Context

Bumping the Homebrew formula is currently manual labour, but it can be automated so it should.

Possible Implementation

bump-homebrew-formula-action can do the bumping for us:

- uses: mislav/bump-homebrew-formula-action@v1
  with:
    # A PR will be sent to github.com/Homebrew/homebrew-core to update this formula:
    formula-name: gitversion
  env:
    COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions