Skip to content

fix: merging main to dev#882

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

fix: merging main to dev#882
Avijit-Microsoft merged 6 commits into
devfrom
main

Conversation

@VishalSh-Microsoft

Copy link
Copy Markdown
Contributor

Purpose

This pull request removes the entire GitHub Actions workflow for automatically creating releases. The deleted workflow handled semantic versioning and automated release notes generation when changes were pushed to the main branch or triggered manually.

Workflow removal:

  • Deleted .github/workflows/create-release.yml, which previously automated release creation and release notes generation 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 pull request removes the GitHub Actions workflow that automatically created GitHub releases (semantic versioning + release notes) on pushes to main and via manual dispatch.

Changes:

  • Deleted .github/workflows/create-release.yml, removing the automated “Create Release” job.
  • Eliminated the CI-based semantic-release flow (tagging + generated release notes) previously run in GitHub Actions.

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

@Avijit-Microsoft Avijit-Microsoft merged commit 2b7293d into dev Jun 27, 2026
8 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.

6 participants