chore: update CI/CD workflows, Homebrew and new contributors (#552)

This commit is contained in:
Roger
2026-04-05 21:18:49 +08:00
committed by GitHub
parent 15cc1816c1
commit 6902243895
10 changed files with 68 additions and 120 deletions
+26 -1
View File
@@ -30,7 +30,11 @@ builds:
archives:
- id: "archive"
formats:
- zip
- tar.gz
format_overrides:
- goos: windows
formats:
- zip
files:
- README.md
- LICENSE
@@ -62,5 +66,26 @@ checksum:
name_template: "checksums-v{{ .Version }}.txt"
algorithm: sha256
brews:
- name: hack-browser-data
homepage: "https://github.com/moonD4rk/HackBrowserData"
description: "Extract and decrypt browser data from multiple browsers"
license: "MIT"
directory: Formula
skip_upload: auto
repository:
owner: moonD4rk
name: homebrew-tap
branch: main
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
commit_author:
name: "github-actions[bot]"
email: "github-actions[bot]@users.noreply.github.com"
commit_msg_template: "brew formula update for {{ .ProjectName }} version {{ .Tag }}"
install: |
bin.install "hack-browser-data"
test: |
system "#{bin}/hack-browser-data", "version"
release:
prerelease: auto