chore: Removing create-release.yml file - #983
Merged
Merged
Conversation
chore: dev to main merge
chore: Removing create-release.yml file
Prachig-Microsoft
requested review from
Avijit-Microsoft,
Roopan-Microsoft,
Anish Arora (aniaroramsft),
dgp10801,
nchandhi and
Todd Herman (toherman-msft)
as code owners
June 26, 2026 20:54
Contributor
There was a problem hiding this comment.
Pull request overview
Removes the GitHub Actions workflow responsible for creating releases via semantic-release, effectively disabling automated release creation previously triggered by repository events.
Changes:
- Deleted the
.github/workflows/create-release.ymlworkflow that performed semantic-release-based GitHub release automation.
Comments suppressed due to low confidence (1)
.github/workflows/create-release.yml:1
- PR description states the workflow file is
.github/workflows/Create-Release..ymland that it ran on pushes to thedevbranch, but this PR deletes.github/workflows/create-release.ymlwhich (per the diff) was configured to run on pushes tomain. Please update the PR description to match the actual removed file name and trigger branch to avoid confusion for reviewers and release operators.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Avijit-Microsoft
temporarily deployed
to
production
June 26, 2026 21:33 — with
GitHub Actions
Inactive
Avijit-Microsoft
temporarily deployed
to
production
June 26, 2026 21:35 — with
GitHub Actions
Inactive
Avijit-Microsoft
temporarily deployed
to
production
June 26, 2026 21:55 — with
GitHub Actions
Inactive
Avijit-Microsoft
approved these changes
Jun 27, 2026
Avijit-Microsoft
temporarily deployed
to
production
June 27, 2026 09:45 — with
GitHub Actions
Inactive
Avijit-Microsoft
temporarily deployed
to
production
June 27, 2026 09:45 — with
GitHub Actions
Inactive
Avijit-Microsoft
temporarily deployed
to
production
June 27, 2026 10:05 — with
GitHub Actions
Inactive
Avijit-Microsoft
temporarily deployed
to
production
June 27, 2026 21:27 — with
GitHub Actions
Inactive
Avijit-Microsoft
temporarily deployed
to
production
June 27, 2026 21:27 — with
GitHub Actions
Inactive
Avijit-Microsoft
temporarily deployed
to
production
June 27, 2026 21:44 — with
GitHub Actions
Inactive
Avijit-Microsoft
temporarily deployed
to
production
June 28, 2026 10:02 — with
GitHub Actions
Inactive
Avijit-Microsoft
temporarily deployed
to
production
June 28, 2026 10:02 — with
GitHub Actions
Inactive
Avijit-Microsoft
temporarily deployed
to
production
June 28, 2026 10:20 — with
GitHub Actions
Inactive
Avijit-Microsoft
temporarily deployed
to
production
June 28, 2026 21:26 — with
GitHub Actions
Inactive
Avijit-Microsoft
temporarily deployed
to
production
June 28, 2026 21:27 — with
GitHub Actions
Inactive
Avijit-Microsoft
temporarily deployed
to
production
June 28, 2026 21:43 — with
GitHub Actions
Inactive
Avijit-Microsoft
temporarily deployed
to
production
June 29, 2026 10:39 — with
GitHub Actions
Inactive
Avijit-Microsoft
temporarily deployed
to
production
June 29, 2026 10:40 — with
GitHub Actions
Inactive
Avijit-Microsoft
temporarily deployed
to
production
June 29, 2026 10:58 — with
GitHub Actions
Inactive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Does this introduce a breaking change?
Purpose
This pull request removes the entire GitHub Actions workflow for creating releases using semantic-release. The workflow file
.github/workflows/Create-Release..ymlis deleted, which means automated release creation on pushes to thedevbranch will no longer occur.Workflow removal:
.github/workflows/Create-Release..yml, removing the automated release creation process using semantic-release and related plugins.Does this introduce a breaking change?
Golden Path Validation
Deployment Validation