Open
Description
Problem
At the moment the PR script runs the following command which is specific to Python repos:
Line 52 in 90bc268
Proposed Solution
This could be similar to the jupyter_releaser
choosing which command to run based on the existence of pyproject.toml
/ setup.py
/ package.json
.
Additional context
This would make the PR script more generic.