Skip to content

Update Release Workflow#181

Merged
KshitijaKakde merged 4 commits into
mainfrom
update-release-process
Aug 19, 2025
Merged

Update Release Workflow#181
KshitijaKakde merged 4 commits into
mainfrom
update-release-process

Conversation

@KshitijaKakde
Copy link
Copy Markdown
Contributor

Description

I've split the release workflow into two distinct parts:

  • Create Tag and Release
  • Release Image

This change was made to address an issue in the previous workflow where images were being released with incorrect semantic versioning. By separating the workflows, we now:

  • First, create the release tag.
  • Then, manually rebuild the nightly image to ensure it includes the correct semver version.
  • Finally, trigger the Release Image workflow, which now reliably publishes images with the correct version.

Issues

List the issues impacted by this PR:

Issue ID
https://github.com/dell/csm/issues/1995

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works

How Has This Been Tested?

This is tested in forked repo, created the tag and release, pushed the images to test quay folder

create tag release

karthikk92
karthikk92 previously approved these changes Aug 18, 2025
suryagupta4
suryagupta4 previously approved these changes Aug 18, 2025
Comment thread .github/workflows/create-tag-release.yaml Outdated
Comment thread .github/workflows/release-image.yaml Outdated
Comment thread .github/workflows/create-tag-release.yaml
Comment thread .github/workflows/release-image.yaml
Comment thread .github/workflows/create-tag-release.yaml
Comment thread .github/workflows/create-tag-release.yaml Outdated
Comment thread .github/workflows/create-tag-release.yaml
Comment thread .github/workflows/release-image.yaml Outdated
@KshitijaKakde KshitijaKakde merged commit fd9d6b2 into main Aug 19, 2025
2 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.

7 participants