Skip to content

build: include goreleaser as project tool#503

Merged
zimeg merged 3 commits intomainfrom
zimeg-build-release-tool
Apr 20, 2026
Merged

build: include goreleaser as project tool#503
zimeg merged 3 commits intomainfrom
zimeg-build-release-tool

Conversation

@zimeg
Copy link
Copy Markdown
Member

@zimeg zimeg commented Apr 17, 2026

Changelog

N/A - development updates!

Summary

This PR adds the goreleaser tool to the project tools for confidence in versioning in CI and onboarding to the project 📠

Preview

- goreleaser --snapshot --clean --skip=publish --config .goreleaser.yml
+ go tool goreleaser --snapshot --clean --skip=publish --config .goreleaser.yml

Testing

Reviewers might uninstall goreleaser and checkout this branch before build:

$ go mod tidy
$ make build-snapshot

Notes

Requirements

@zimeg zimeg added this to the Next Release milestone Apr 17, 2026
@zimeg zimeg self-assigned this Apr 17, 2026
@zimeg zimeg requested a review from a team as a code owner April 17, 2026 19:04
@zimeg zimeg added code health M-T: Test improvements and anything that improves code health semver:patch Use on pull requests to describe the release version increment build M-T: Changes to compilation and CI processes labels Apr 17, 2026
Copy link
Copy Markdown
Member Author

@zimeg zimeg left a comment

Choose a reason for hiding this comment

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

🛠️ A comment for the kind readers!

Comment thread go.mod Outdated
gopkg.in/yaml.v3 v3.0.1 // indirect
)

tool github.com/goreleaser/goreleaser/v2
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

🧰 note: The dependencies added above are numerous but indirect toward this package and won't add to our bundle size!

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Once again, a small price to pay for a pinned dependency. I just hope synk doesn't freak out at our new indirect dependencies. 😬

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.15%. Comparing base (5ffec6b) to head (7003566).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #503      +/-   ##
==========================================
- Coverage   71.17%   71.15%   -0.03%     
==========================================
  Files         222      222              
  Lines       18684    18684              
==========================================
- Hits        13299    13295       -4     
- Misses       4203     4207       +4     
  Partials     1182     1182              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
Member

@mwbrooks mwbrooks left a comment

Choose a reason for hiding this comment

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

✅ Very nice quality of life improvement. Thanks @zimeg!

Comment thread go.mod Outdated
gopkg.in/yaml.v3 v3.0.1 // indirect
)

tool github.com/goreleaser/goreleaser/v2
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Once again, a small price to pay for a pinned dependency. I just hope synk doesn't freak out at our new indirect dependencies. 😬

# Conflicts:
#	go.mod
#	go.sum
@zimeg
Copy link
Copy Markdown
Member Author

zimeg commented Apr 20, 2026

@mwbrooks Cheers for more stable CI - I think these pinned dependencies will download from the go registries now for confidence albeit truth in the packages used.

@zimeg zimeg merged commit 8f76df9 into main Apr 20, 2026
8 checks passed
@zimeg zimeg deleted the zimeg-build-release-tool branch April 20, 2026 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build M-T: Changes to compilation and CI processes code health M-T: Test improvements and anything that improves code health semver:patch Use on pull requests to describe the release version increment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants