flameshot-org/flameshot

Bump homebrew cask on every release

オープン

#2,096 opened on 2021/11/20

 (1 件のコメント) (1 件のリアクション) (0 人の担当者)C++ (1,916 件のフォーク)batch import
EnhancementHelp WantedMacOS

Repository metrics

Stars
 (29,897 個のスター)
PR merge metrics
 (平均マージ 2d 23h) (30d で 12 merged PRs)

説明

Feature Description

This github action should do the trick

https://github.com/marketplace/actions/bump-homebrew-formula

on:
  push:
    tags: 'v*'

jobs:
  homebrew:
    name: Bump Homebrew formula
    runs-on: ubuntu-latest
    steps:
      - 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: flameshot
          homebrew-tap: Homebrew/homebrew-cask
        env:
          COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}

This will prevent maintainer contributions like this https://github.com/Homebrew/homebrew-cask/pull/114630 and will speed up the latest version's availability on homebrew

コントリビューターガイド