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

Update .gitignore and requirements; add goreleaser configuration #2

Closed
wants to merge 1 commit into from

Conversation

wathika-eng
Copy link

This pull request introduces a new configuration file .goreleaser.yaml to automate the release process for the protodesk project. The configuration includes build settings, archive formats, release information, and custom build hooks.

Key changes include:

  • Project and Build Configuration:

    • Added project name protodesk.
    • Defined build settings for different operating systems (windows, linux, darwin) and architectures (amd64, arm64). ([.goreleaser.yamlR1-R51](https://github.com/nemuelw/protodesk/pull/2/files#diff-7326b55c062b0f46fe9e39aace0a25f4515cf206040fb91a6fd2cae839f5e826R1-R51))
  • Archive and Release Information:

    • Configured archives to include LICENSE and README.md files in zip format.
    • Added GitHub release information with placeholders for owner and repository name. ([.goreleaser.yamlR1-R51](https://github.com/nemuelw/protodesk/pull/2/files#diff-7326b55c062b0f46fe9e39aace0a25f4515cf206040fb91a6fd2cae839f5e826R1-R51))
  • Artifact Customization:

    • Configured checksum naming template and Docker image templates for version tagging. ([.goreleaser.yamlR1-R51](https://github.com/nemuelw/protodesk/pull/2/files#diff-7326b55c062b0f46fe9e39aace0a25f4515cf206040fb91a6fd2cae839f5e826R1-R51))
  • Snapcraft Configuration:

    • Added Snapcraft settings for Linux, including name, summary, and description of the project. ([.goreleaser.yamlR1-R51](https://github.com/nemuelw/protodesk/pull/2/files#diff-7326b55c062b0f46fe9e39aace0a25f4515cf206040fb91a6fd2cae839f5e826R1-R51))
  • Custom Build Hooks:

    • Added pre-build and post-build hooks to tidy Go modules and print a completion message. ([.goreleaser.yamlR1-R51](https://github.com/nemuelw/protodesk/pull/2/files#diff-7326b55c062b0f46fe9e39aace0a25f4515cf206040fb91a6fd2cae839f5e826R1-R51))

@nemuelw
Copy link
Owner

nemuelw commented Dec 2, 2024

Hi @wathika-eng ,

Goreleaser is meant for projects using the Go programming language. Protodesk, however, is built using Python.

@wathika-eng wathika-eng closed this by deleting the head repository Dec 4, 2024
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