Skip to content

Conversation

@abrookins
Copy link
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings October 2, 2025 18:34
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 modifies the GitHub Actions release workflow to create releases as drafts instead of immediately publishing them. This allows for manual review and approval before making releases public.

  • Updates release creation to use draft mode with prerelease flags
  • Changes tag naming convention to include "server/" prefix
  • Updates release name to indicate draft status

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

draft: false
prerelease: false
draft: true
prerelease: true
Copy link

Copilot AI Oct 2, 2025

Choose a reason for hiding this comment

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

Setting both draft: true and prerelease: true may be redundant. Draft releases are typically not published and don't need the prerelease flag. Consider whether both flags are necessary for your workflow.

Suggested change
prerelease: true

Copilot uses AI. Check for mistakes.
@abrookins abrookins merged commit 8182708 into main Oct 3, 2025
11 checks passed
@abrookins abrookins deleted the fix/create-draft-release branch October 3, 2025 00:26
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