Skip to content

ci: automate semver tagging and github releases on main branch merge#11

Merged
solderzzc merged 1 commit into
mainfrom
feature/auto-release-ci
Apr 14, 2026
Merged

ci: automate semver tagging and github releases on main branch merge#11
solderzzc merged 1 commit into
mainfrom
feature/auto-release-ci

Conversation

@solderzzc

@solderzzc solderzzc commented Apr 14, 2026

Copy link
Copy Markdown
Member

Description

This PR integrates a dedicated Continuous Delivery (CD) workflow (auto_release.yml) that automatically cuts Semantic Version tags and publishes GitHub Releases whenever code is merged into the main branch.

Features

  • Driven by mathieudutour/github-tag-action and softprops/action-gh-release.
  • Calculates patch, minor, or major bumps based on standard convention.
  • Extracts changelogs from Pull Requests merged.
  • Triggers strictly on push events to the main branch.

Isolating this from the SSD Streaming PR (#8) resolves scope bleed and maintains strict PR hygiene.

@solderzzc solderzzc merged commit b6d22b6 into main Apr 14, 2026
4 checks passed
@solderzzc solderzzc deleted the feature/auto-release-ci branch April 14, 2026 05:35
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.

1 participant