plasmabio / tljh-repo2docker

Plugin for The Littlest JupyterHub to build multiple user environments with repo2docker
BSD 3-Clause "New" or "Revised" License
60 stars 15 forks source link

Versioning #67

Closed jtpio closed 9 months ago

jtpio commented 9 months ago

Historically there has not been any versioning done in this repo.

This was mostly to follow the strategy of TLJH which was also not making any releases before.

But this is not the case in TLJH anymore, and they started to make releases (currently on 1.0.0): https://github.com/jupyterhub/the-littlest-jupyterhub/issues/724

We should consider doing the same for the plugin to make the compatibility with different versions of TLJH / JupyterHub more explicit.

jtpio commented 9 months ago

For example having a release (GitHub release would be enough) before https://github.com/plasmabio/tljh-repo2docker/pull/65 is merged would be useful.

jtpio commented 9 months ago

For now we can create releases manually and generate the list of changes automatically with the button:

image

jtpio commented 9 months ago

Just tagged a v1.0.0 so it's easier to point to specific version of the plugin: https://github.com/plasmabio/tljh-repo2docker/releases/tag/v1.0.0