Skip to content
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

Create forwardport PR after publishing #262

Merged
merged 1 commit into from
Mar 10, 2022

Conversation

blink1073
Copy link
Contributor

Wait until assets have been published to create the forwardport PR. This avoids creating multiple PRs if you have to re-run the Publish step due to a credentials error. cf jupyterlab/jupyterlab#12189 (comment)

@blink1073 blink1073 added the bug Something isn't working label Mar 10, 2022
@blink1073
Copy link
Contributor Author

cc @jasongrout

@blink1073 blink1073 merged commit 7daf1ce into jupyter-server:main Mar 10, 2022
@blink1073 blink1073 deleted the wait-for-forwardport branch March 10, 2022 11:44
@jasongrout
Copy link

Nice, thanks!


run(f"jupyter-releaser publish-assets {release_url}")

if release_url:
run(f"jupyter-releaser publish-release {release_url}")
run(f"jupyter-releaser forwardport-changelog {release_url}")
Copy link
Member

Choose a reason for hiding this comment

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

Looks like the release_url (draft URL) will not be available anymore after running publish-release the line before?

Copy link
Member

Choose a reason for hiding this comment

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants