Skip to content

chore: go releaser - #71

Merged
SamMorrowDrums merged 2 commits into
mainfrom
go-releaser
Apr 3, 2025
Merged

chore: go releaser#71
SamMorrowDrums merged 2 commits into
mainfrom
go-releaser

Conversation

@SamMorrowDrums

Copy link
Copy Markdown
Collaborator

Add a release mechanism on to run on semver tag push. Uses Goreleaser.

CopilotAI review requested due to automatic review settings April 3, 2025 10:09

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull Request Overview

This PR integrates GoReleaser to automate the release process when a semver tag is pushed, ensuring version information is dynamically injected at build time.

  • Introduces version, commit, and date variables in main.go and updates the cobra command to display version info.
  • Updates the GitHub client’s UserAgent string to include the version.
  • Adds configuration files for GoReleaser (.goreleaser.yaml) and a GitHub Actions workflow (.github/workflows/goreleaser.yml) to manage release automation.

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

FileDescription
cmd/github-mcp-server/main.goDefines variables for version info and updates the UserAgent string.
.goreleaser.yamlConfigures build ldflags and archive settings for GoReleaser.
.github/workflows/goreleaser.ymlSets up a workflow to trigger the release process on semver tag push.

Tip: Copilot only keeps its highest confidence comments to reduce noise and keep you focused. Learn more

@SamMorrowDrums
SamMorrowDrums merged commit 73ce058 into mainApr 3, 2025
DaleSeo pushed a commit to DaleSeo/github-mcp-server that referenced this pull request Oct 24, 2025
)
* Initial submission
* Update Okta MCP Server with clean Apache 2.0 license
* Updated server.xml with the new format
* renamed to okta-mcp-fctr
* Updated server.yml
task: [validate] go run ./cmd/validate --name okta-mcp-fctr
✅ Name is valid
✅ Directory is valid
✅ Secrets are valid
✅ License is valid
✅ Icon is valid
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@SamMorrowDrums