diff --git a/.gitignore b/.gitignore index 31e6ad1..2950e32 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -gomi +gomi* +dist \ No newline at end of file diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 15b9c70..b83cfba 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -55,3 +55,12 @@ brews: homepage: https://gomi.dev description: A Safer Alternative to the UNIX rm Command! license: MIT +scoops: + - repository: + owner: babarot + name: scoop-bucket + branch: main + token: "{{ .Env.SCOOP_GITHUB_TOKEN }}" + homepage: "https://gomi.dev/" + description: "🗑️ Your UNIX rm command with a safety net!" + license: MIT