Skip to content

Commit

Permalink
Add goreleaser tool. (#729)
Browse files Browse the repository at this point in the history
Add goreleaser tool using the go runtime to build & install it.
  • Loading branch information
matthewbaggett authored Apr 8, 2024
1 parent 0cfcdb0 commit 40d07cf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/goreleaser/goreleaser.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import { toolInstallTest } from "tests";

toolInstallTest({
toolName: "goreleaser",
toolVersion: "1.25.1",
});
10 changes: 10 additions & 0 deletions tools/goreleaser/plugin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 0.1
tools:
definitions:
- name: goreleaser
known_good_version: 1.25.1
package: github.com/goreleaser/goreleaser
runtime: go
shims:
- name: goreleaser
target: goreleaser

0 comments on commit 40d07cf

Please sign in to comment.