Skip to content

chore: Removing create-release.yml file#667

Merged
Avijit-Microsoft merged 2 commits into
devfrom
main
Jun 27, 2026
Merged

chore: Removing create-release.yml file#667
Avijit-Microsoft merged 2 commits into
devfrom
main

Conversation

@Prachig-Microsoft

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

Copy link
Copy Markdown
Contributor

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..yml is deleted, which means automated release creation on pushes to the dev 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

This PR removes the repository’s GitHub Actions workflow responsible for automated release creation (semantic-release), meaning release/tag generation will no longer be performed by that workflow on branch pushes.

Changes:

  • Deleted the .github/workflows/Create-Release.yml workflow that ran semantic-release.
Comments suppressed due to low confidence (1)

.github/workflows/Create-Release.yml:1

  • The PR description does not match the workflow being removed: it references .github/workflows/Create-Release..yml (double dot) and says it ran on pushes to the dev branch, but this PR removes .github/workflows/Create-Release.yml and the deleted workflow was configured for pushes to main. Please update the PR description (or confirm the intended file/branch) so the impact is clear.

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

@Avijit-Microsoft Avijit-Microsoft merged commit 043a7a0 into dev Jun 27, 2026
15 of 20 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.

5 participants