feat: add CI/CD with GitHub Actions, GoReleaser, and Release Please#1
Merged
feat: add CI/CD with GitHub Actions, GoReleaser, and Release Please#1
Conversation
- Add test workflow (runs on PRs and main) - Add lint workflow with golangci-lint - Add release-please for automated versioning and changelogs - Add goreleaser config for cross-platform builds (linux/darwin x amd64/arm64) - Add Docker image builds to ghcr.io/defilan/issueparser - Fix lint issues (errcheck, gofmt, line length) - Update to Go 1.23
Merged
Defilan
pushed a commit
that referenced
this pull request
Nov 29, 2025
🚀 Release ${version}
---
##
[0.1.1](v0.1.0...v0.1.1)
(2025-11-29)
### Features
* add CI/CD with GitHub Actions, GoReleaser, and Release Please
([#1](#1))
([4f89478](4f89478))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ghcr.io/defilan/issueparserHow it works
Files added
.github/workflows/test.yml- Test workflow.github/workflows/lint.yml- Lint workflow.github/workflows/release-please.yml- Release automation.goreleaser.yaml- Cross-platform build config.golangci.yml- Linter configrelease-please-config.json/.release-please-manifest.json- Version trackingDockerfile.goreleaser- Minimal image for releasesCLAUDE.md- Developer guidanceTest plan