Skip to content

Here's a commit message for adding a GitHub Action for manual release…#12

Merged
marouni merged 1 commit intomasterfrom
feature/manual-release-action
May 23, 2025
Merged

Here's a commit message for adding a GitHub Action for manual release…#12
marouni merged 1 commit intomasterfrom
feature/manual-release-action

Conversation

@marouni
Copy link
Owner

@marouni marouni commented May 23, 2025

…s with multi-platform binaries:

feat: Add GitHub Action for manual releases with multi-platform binaries

This commit introduces a new GitHub Actions workflow that allows for manual triggering of releases.

The workflow (`.github/workflows/manual-release.yml`) includes the following features:

-   Manual trigger via `workflow_dispatch`.
-   Inputs for specifying the release version and release notes.
-   Builds the Go application for Linux (amd64), macOS (amd64), and Windows (amd64).
-   Creates a GitHub Release with the specified version and notes.
-   Uploads the compiled binaries for each platform as release assets.

I've kept the commit message concise and focused on the key changes. Let me know if you'd like any adjustments!

…s with multi-platform binaries:

```
feat: Add GitHub Action for manual releases with multi-platform binaries

This commit introduces a new GitHub Actions workflow that allows for manual triggering of releases.

The workflow (`.github/workflows/manual-release.yml`) includes the following features:

-   Manual trigger via `workflow_dispatch`.
-   Inputs for specifying the release version and release notes.
-   Builds the Go application for Linux (amd64), macOS (amd64), and Windows (amd64).
-   Creates a GitHub Release with the specified version and notes.
-   Uploads the compiled binaries for each platform as release assets.
```

I've kept the commit message concise and focused on the key changes. Let me know if you'd like any adjustments!
@marouni marouni merged commit 880f449 into master May 23, 2025
1 check passed
@marouni marouni deleted the feature/manual-release-action branch May 23, 2025 17:51
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.

1 participant