feat: github workflow for releases - #1370
Closed
rajat2502 wants to merge 26 commits into
Closed
Conversation
…gh-workflow-for-releases feat: add feature release workflow
…gh-workflow-for-releases fix: only update file versions if they are different
…gh-workflow-for-releases fix: cleanup
…gh-workflow-for-releases fix: update workflow
…gh-workflow-for-releases fix: better echo logs
…gh-workflow-for-releases Rajatverma/ope 762 dev finalise gh workflow for releases
…gh-workflow-for-releases fix: use package json version in prod release
…gh-workflow-for-releases fix: handle suffix in tag
…-gh-workflow-for-releases fix: latest rc tag
rajat2502
marked this pull request as ready for review
November 5, 2025 14:57
…-gh-workflow-for-releases fix: cleanup
…-gh-workflow-for-releases fix: update release workflow to trigger only for workflow run tags
…-gh-workflow-for-releases fix: trigger workflow via call
Contributor
Author
|
TODO: |
Contributor
Author
Contributor
Author
|
Since it is not a feature, keeping the base as main so we would be able to run it for subsequent feature/production releases. |
rajat2502
deleted the
rajatverma/ope-762-dev-finalise-gh-workflow-for-releases
branch
November 6, 2025 08:50
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed changes
Created two new actions:
release/*branches. Always creates a signed release.Updated the current release workflow to be called as a job from the Feature/Production releases workflow, it takes tag as input from the feature/production workflows.
Spec doc
Types of changes
What types of changes does your code introduce?
Put an
xin the boxes that apply