datopian / data-api

Next generation Data API for data management systems including CKAN.
https://tech.datopian.com/data-api/
MIT License
9 stars 3 forks source link

How do we deal with versioning? #10

Open EvgeniiaVak opened 3 years ago

EvgeniiaVak commented 3 years ago

While implementing Dockerhub CI I thought it would be nice to have different versions of the app docker image in the future. Here is the relevant discussion https://github.com/datopian/data-api/issues/4#issuecomment-696502675:

@EvgeniiaVak : So if we go with builds from tags, we would still need to create those tags first (manually?)... @zelima : Yes. Usually, that's done manually. But think you can easily scrip it if you really want. Or maybe even github has some tools to do that for you

So how will we do that?

I guess this is something for the future. cc @leomrocha @rufuspollock

leomrocha commented 3 years ago

I agree that automating versioning is a good thing.