-
Notifications
You must be signed in to change notification settings - Fork 31
Description
I believe we have a lot to gain by making it easier and quicker to release with the help of Continuously Deployment (CD). If we make the complexity of making a release become git tag -a x.y.z && git push --tags
then I'd be very happy :D
It is extra relevant if we end up with a chain of things that needs to be released for something to be fixed. From my own experience, it can become too scary to do it if it isn't quite simple.
Technical types of deployments
Publishing a pip package
To CD a pip package, do...
Publishing a Helm chart
We publish Helm charts in zero-to-jupyterhub-k8s and binderhub. This is done like this ...
???
Release guidelines
Should we have common release guidelines among repositories? If it is easy to make a release, we could encourage a practice of making beta releases for example.
I guess what I'm suggesting in this issue mainly is to support making releases using git only.