-
Notifications
You must be signed in to change notification settings - Fork 65
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
Wrong ref
in the metadata.json
file?
#441
Comments
The "Publish Release" workflow is then failing with the following issue:
https://github.com/jtpio/jupyter_releaser/actions/runs/3228547001/jobs/5284782784 |
Ah, it looks like there is a commit made before |
For now you can run the v1 workflows |
I made a 1.x branch from the v1 tag that you can use in the workflow runs. |
You'll need to add that branch to your fork |
Probably these could be updated when we adopt the releaser v2 there. |
Ah, yeah, you'll probably need to make 1.x the default |
Thanks, making
Do you think extra commits that are created during the process should be supported? Or should projects not try to commit anything and let the releaser do it? |
We'd have to do something similar to |
I think if you change the JupyterLab hook to use |
Closing as fixed by jupyterlab/jupyterlab#13322 |
Just tried to make a new 4.0 pre-release for JupyterLab (which includes jupyterlab/jupyterlab#13322) with the v2 workflows and got the same issue: https://github.com/jtpio/jupyter_releaser/actions/runs/3495078160/jobs/5851451020 |
A workaround to publish the release for now is to add |
I'll open an issue on the JupyterLab repo to track this. |
Description
Attempting to make a JupyterLab release with the following input:
Produces the following
metadata.json
file:With
ref
pointing torefs/heads/main
.Reproduce
JupyterLab is still on
master
for its default branch so a reference tomain
looks odd.Expected behavior
Ref should probably point to
master
.Context
The text was updated successfully, but these errors were encountered: