Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add goreleaser tool. #729

Merged
merged 4 commits into from
Apr 8, 2024
Merged

Conversation

matthewbaggett
Copy link
Contributor

Add goreleaser tool using the go runtime to build & install it.

Copy link

trunk-io bot commented Apr 5, 2024

⏱️ 20m total CI duration on this PR
Job Cumulative Duration Recent Runs
Windows Tool Tests 11m 🟥🟩
CodeQL-Build 3m 🟩🟩
Trunk Check runner [linux] 2m 🟥🟩
Tool Tests (macOS) 2m 🟥🟩
Tool Tests (Linux) 57s 🟥🟩
Repo Tests / Plugin Tests 48s 🟩🟩
Detect changed files 10s 🟩🟩
Aggregate Test Results 1s 🟥🟩

settingsfeedbackdocs ⋅ learn more about trunk.io

Copy link
Collaborator

@TylerJang27 TylerJang27 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! Thanks for the PR! Could you make the additional changes to add testing:

  1. Create a tools/goreleaser/goreleaser.test.ts with contents:
import { toolInstallTest } from "tests";

toolInstallTest({
  toolName: "goreleaser",
  toolVersion: "1.25.1",
});
  1. You can run npm ci; npm test goreleaser to verify it works.
  2. Run trunk fmt tools/goreleaser to match our formatting standards

@matthewbaggett
Copy link
Contributor Author

@TylerJang27 Done and Done.

Copy link
Collaborator

@TylerJang27 TylerJang27 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for the PR!

@TylerJang27 TylerJang27 merged commit 40d07cf into trunk-io:main Apr 8, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants