Skip to content

manual release CI workflow#3215

Open
rosarp wants to merge 4 commits intoparitytech:masterfrom
rosarp:rs-manual-release-ci-workflow
Open

manual release CI workflow#3215
rosarp wants to merge 4 commits intoparitytech:masterfrom
rosarp:rs-manual-release-ci-workflow

Conversation

@rosarp
Copy link
Member

@rosarp rosarp commented Feb 12, 2026

fixes #3214

@rosarp rosarp requested a review from a team as a code owner February 12, 2026 19:43
fixed relayer patch version update & no change in minor version
changed input option names for runtimes
@rosarp
Copy link
Member Author

rosarp commented Feb 13, 2026

I'm adding matrix in sometime. hold on!


git push origin "$tag_name"

- name: Create Release
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rosarp maybe we should create release only when "build-tag.yml" finished and new docker is pushed or something like that

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bkontur creating tag , builds image. but also after build-tag.yml there is another image created right?
Do we need it built twice?

Either this can be moved to build-tag.yml job itself.
or we can keep it manual, like we have right now, as it needs to auto generate changes. Not sure right now if that can be automated in workflow itself. This is currently missing here.

In either case, removing it from here.

rosarp and others added 2 commits February 13, 2026 13:55
changed to runtime version input
fixed other issues and refactored/cleaned workflow
Removing AH options

Co-authored-by: Branislav Kontur <bkontur@gmail.com>
@rosarp
Copy link
Member Author

rosarp commented Feb 13, 2026

@bkontur I have added matrix for easier configurations. Please review changes.

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.

[CI] - Manual Relayer Release

2 participants