Skip to content

chore: Removing create-release.yml file - #983

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

chore: Removing create-release.yml file#983
Avijit-Microsoft merged 4 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

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.yml workflow 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..yml and that it ran on pushes to the dev branch, but this PR deletes .github/workflows/create-release.yml which (per the diff) was configured to run on pushes to main. 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.

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