Skip to content

[Stable11.3] copy over workflow files from master#11010

Closed
riknoll wants to merge 2 commits into
stable11.3from
dev/riknoll/stable-11.3-update-workflow
Closed

[Stable11.3] copy over workflow files from master#11010
riknoll wants to merge 2 commits into
stable11.3from
dev/riknoll/stable-11.3-update-workflow

Conversation

@riknoll
Copy link
Copy Markdown
Member

@riknoll riknoll commented Dec 12, 2025

this PR is copying over the workflow files from master, which is finally required for arcade stable because of our npm trusted deployment change.

@abchatra note that this will now require you to use a pxt cli built from master in order to bump stable11.3 because i am not cherry picking over the CLI changes (but the updates to the workflows will require eric's new bump-via-branch workflows)

the new process for bumping 11.3 will look like this:

git checkout master        # build pxt.js before switching to stable11.3 branch
gulp cli
git checkout stable11.3
git merge origin/stable11.3
pxt bump

and if you have a separate enlistment for stable 11.3, you can just invoke the cli from your other enlistment like so:

node ../path/to/master/enlistment/built/pxt.js bump

@riknoll riknoll requested a review from abchatra December 12, 2025 00:18
@riknoll riknoll enabled auto-merge (squash) December 12, 2025 00:20
@riknoll riknoll disabled auto-merge December 12, 2025 00:23
@riknoll
Copy link
Copy Markdown
Member Author

riknoll commented Dec 12, 2025

actually, on second thought, i think i also need to cherry pick eric's CLI changes. closing now; will reopen

@riknoll riknoll closed this Dec 12, 2025
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.

1 participant