Skip to content

chore: Removing create-release.yml file#982

Merged
Prajwal1-Microsoft merged 1 commit into
mainfrom
psl/remove_create_release
Jun 26, 2026
Merged

chore: Removing create-release.yml file#982
Prajwal1-Microsoft merged 1 commit into
mainfrom
psl/remove_create_release

Conversation

@Prachig-Microsoft

@Prachig-Microsoft Prachig-Microsoft commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Purpose

This pull request removes the entire GitHub Actions workflow for creating releases using semantic-release. The workflow file .github/workflows/Create-Release..yml is deleted, which means automated release creation on pushes to the main branch will no longer occur.

Workflow removal:

  • Deleted .github/workflows/Create-Release..yml, removing the automated release creation process using semantic-release and related plugins.

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

Removes the GitHub Actions workflow responsible for automatically creating releases on pushes to main, which impacts how this repository publishes version tags and GitHub Releases.

Changes:

  • Deleted .github/workflows/create-release.yml, removing the semantic-release-based automated release pipeline.
Comments suppressed due to low confidence (1)

.github/workflows/create-release.yml:1

  • Deleting this workflow removes the only in-repo automation for generating semantic version tags and GitHub Releases (no other semantic-release config/workflow exists in .github/workflows or elsewhere in the repo). If releases are still expected, please replace this with an alternative workflow or document the new/manual release process; otherwise this is a significant operational behavior change without rationale in the PR description.

💡 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
Contributor

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 8b5c26c 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