Skip to content

Fixes to releaser.sh (fleetd TUF)#36409

Merged
lucasmrod merged 1 commit intomainfrom
fixes-to-releaser.sh
Nov 27, 2025
Merged

Fixes to releaser.sh (fleetd TUF)#36409
lucasmrod merged 1 commit intomainfrom
fixes-to-releaser.sh

Conversation

@lucasmrod
Copy link
Copy Markdown
Member

No description provided.

@lucasmrod lucasmrod changed the title Fixes to releaser.sh (fleetd TUF) Fixes to releaser.sh (fleetd TUF) Nov 27, 2025
Comment thread tools/tuf/releaser.sh
Comment on lines -176 to -182
pushd "$GIT_REPOSITORY_DIRECTORY"
git tag "$ORBIT_TAG"
git push origin "$ORBIT_TAG"
if [[ "$SKIP_PR" != "1" ]]; then
create_fleetd_release_pr
fi
popd
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Running this step as a separate step/action because create_fleetd_release_pr involves creating a PR against main which usually has conflicts when releasing patches (which then makes the whole run fail)

@lucasmrod lucasmrod merged commit f332f61 into main Nov 27, 2025
5 checks passed
@lucasmrod lucasmrod deleted the fixes-to-releaser.sh branch November 27, 2025 20:06
lucasmrod added a commit that referenced this pull request Jan 20, 2026
Fixing an accidental remove in
#36409

I just meant to remove the `create_fleetd_release_pr` part, but ended up
removing important commands :)
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.

2 participants