Skip to content

Commit e1fe26f

Browse files
committed
feat: add livecheck for latest-release tracking
Declare the GitHub releases page as the livecheck source (github_latest strategy) so brew livecheck / brew bump-formula-pr track the latest FetchCord release.
1 parent 9cd1a8b commit e1fe26f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Formula/fetchcord.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,9 @@ def install
3737
test do
3838
assert_match "FetchCord version:", shell_output("#{bin}/fetchcord --version")
3939
end
40+
41+
livecheck do
42+
url "https://github.com/fetchcord/FetchCord/releases"
43+
strategy :github_latest
44+
end
4045
end

0 commit comments

Comments
 (0)