jupyter-server / jupyter_releaser

A set of helper scripts and GitHub Actions to aid in automated releases of Python and npm packages.
https://jupyter-releaser.readthedocs.io/en/latest/
Other
45 stars 64 forks source link

Prepend tag with Python package name if multiple packages are defined #570

Closed krassowski closed 2 months ago

krassowski commented 2 months ago

This aims to alleviate https://github.com/jupyter-server/jupyter_releaser/issues/567#issuecomment-2067274319 by checking for package-specific tags. As of today it effectively, skips the check for already existing tags when:

It does not implement creating tags per Python package yet.