Populate release as part of the Step 1: Prep Release
workflow?
#552
Labels
enhancement
New feature or request
Step 1: Prep Release
workflow?
#552
Problem
Running the
Step 1: Prep Release
is a good way to check the version is correctly bumped, and the changelog correctly created.However this workflow does not populate the draft GitHub release with the built artifacts (wheel, sdist, npm tarballs), as this is done as part of the
populate-release
step in theStep 2: Publish Release
workflow.Maintainers might sometimes want to make sure the built assets are correct, and perform some manual checks.
Proposed Solution
This likely does not require any change to the releaser core functionality. Maybe just moving this step:
jupyter_releaser/example-workflows/publish-release.yml
Lines 25 to 32 in 8568b9b
To this workflow: https://github.com/jupyter-server/jupyter_releaser/blob/main/example-workflows/prep-release.yml
I guess one could try that on a test repo first to see if the whole flow would still work fine.
Additional context
cc @martinRenou who I think was mentioning this after using the
python_packages
configuration of the releaser for https://github.com/voila-dashboards/voiciThe text was updated successfully, but these errors were encountered: