-
Notifications
You must be signed in to change notification settings - Fork 27k
build: Update publish-build-artifacts to honor ORG #58408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
devversion
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but can you change the commit message to build: XX? devtools refers to the Chrome extension of Angular.
Also I think, this script is not really meant to be used by users of Angular; but it doesn't hurt fixing this
Currently you pass in the ORG and it still tries to publish to Angular rather than your ow ORG repo that gets created
Sorted. I know t not really meant to be used, but docs mentions it. But it also helped for experimenting authoring such as selectorless and automatic import i've been having fun with https://github.com/Jordan-Hall/angular-selectorless-experimental/blob/auto-imports/src/main.ts |
Currently you pass in the ORG and it still tries to publish to Angular rather than your ow ORG repo that gets created PR Close #58408
Currently you pass in the ORG and it still tries to publish to Angular rather than your ow ORG repo that gets created PR Close #58408
|
This PR was merged into the repository by commit 45adc72. The changes were merged into the following branches: main, 18.2.x, 19.0.x |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Currently you pass in the ORG and it still tries to publish to Angular rather than your ow ORG repo that gets created
PR Type
What is the current behavior?
Currently every time you run the sript it always look for angular org regardless of the ORG is set.
First time, you need to create the GitHub repositories:
$ export TOKEN=[get one from https://github.com/settings/tokens] $ CREATE_REPOS=1 ./scripts/ci/publish-build-artifacts.sh [GitHub username]For subsequent snapshots, just run:
The above example on how to get start currently doesnt work
What is the new behavior?
Does this PR introduce a breaking change?