Skip to content

Conversation

@MStreet3
Copy link
Contributor

No description provided.

@MStreet3 MStreet3 requested a review from a team as a code owner October 30, 2025 18:56
@github-actions
Copy link

👋 MStreet3, thanks for creating this pull request!

To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team.

Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks!

Once the release is ready to be tagged execute the publish flow:

```bash
$ make publish_release
Copy link
Contributor

Choose a reason for hiding this comment

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

It's unlikely we'll always keep the capabilities in sync with the base SDK.

Comment on lines +21 to +23
- capabilities/scheduler/cron
- capabilities/networking/http
- capabilities/blockchain/evm
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we discover capabilities by walking the folders?

Comment on lines +36 to +38
# Create a new branch from the release branch
describe "Creating fix branch..."
git checkout -B $fix_branch origin/$release_branch
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this what we want? It seems wrong to make releases from the non-main branch.

fi

# Ask for the stage of release
read -p "Version Stage [beta/stable]: " versionStage
Copy link
Contributor

Choose a reason for hiding this comment

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

I would add alpha and rc as optional, maybe confirm with @wentzeld and @ejacquier what tags we potentially want.

Comment on lines +124 to +126
"capabilities/scheduler/cron/"
"capabilities/networking/http/"
"capabilities/blockchain/evm/"
Copy link
Contributor

Choose a reason for hiding this comment

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

use find to get them so we can't miss new ones. Ideally you specify which one you want and we have a helper to do it for all of them. The odds we update everything at once after GA are low.

@MStreet3 MStreet3 force-pushed the street_addsReleaseScripts branch from 5ffe60f to 7ce8192 Compare November 3, 2025 17:52
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