Skip to content

chore: remove Create-Release workflow file#458

Merged
Prajwal1-Microsoft merged 1 commit into
mainfrom
psl-remove-releaseyml
Jun 26, 2026
Merged

chore: remove Create-Release workflow file#458
Prajwal1-Microsoft merged 1 commit into
mainfrom
psl-remove-releaseyml

Conversation

@VishalSh-Microsoft

Copy link
Copy Markdown
Contributor

Purpose

This pull request removes the .github/workflows/Create-Release.yml workflow file, which previously automated the release creation process using semantic-release. This means that releases will no longer be automatically generated when changes are pushed to the main branch.

Key change:

  • Removed the Create-Release GitHub Actions workflow, including all steps related to semantic-release and release note generation.

Does this introduce a breaking change?

  • Yes
  • No

Golden Path Validation

  • I have tested the primary workflows (the "golden path") to ensure they function correctly without errors.

Deployment Validation

  • I have validated the deployment process successfully and all services are running as expected with this change.

Copilot AI 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 pull request removes the repository’s GitHub Actions workflow responsible for automatically creating GitHub releases via semantic-release on pushes to main, shifting release creation away from automated CI.

Changes:

  • Deleted the .github/workflows/Create-Release.yml workflow that ran semantic-release and generated release notes.
  • Removed the associated job steps (checkout, semantic-release action invocation, and output/debug echoing).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@toherman-msft toherman-msft left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

looks good

@Prajwal1-Microsoft Prajwal1-Microsoft merged commit 2a0acce into main Jun 26, 2026
6 checks passed
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.

4 participants