Skip to content

Conversation

@SamMorrowDrums
Copy link
Collaborator

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

Copilot AI review requested due to automatic review settings April 3, 2025 10:09
Copy link
Contributor

Copilot AI left a comment

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.

File Description
cmd/github-mcp-server/main.go Defines variables for version info and updates the UserAgent string.
.goreleaser.yaml Configures build ldflags and archive settings for GoReleaser.
.github/workflows/goreleaser.yml Sets 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 main Apr 3, 2025
16 checks passed
manian0430 pushed a commit to ChrisLally/github-mcp-server that referenced this pull request Apr 12, 2025
* add goreleaser and associated workflows
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 free to 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