react-native-community / docker-android

Android Docker Image for React Native and common android development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

release process

dulmandakh opened this issue · comments

Let's adopt release process and have release notes for the image builds. Easiest would be to use GitHub releases and have release notes for each release. It would be useful for users when deciding which version to use, for example in the future we would remove NDK 20 and offer NDK 21, so release notes will be essential for breaking changes.

And let's not publish master to the Docker registry, because we might have some changes that does not affect the image, for example dropping Circle CI etc.

Maybe we shouldn't publish latest tag, so that developers must use specific version of the image. In that case we can publish an image with NDK 21, and mark as breaking change.

Maybe we shouldn't publish latest tag, so that developers must use specific version of the image

Since it's more like common convention. Not a good idea not pushing it.

5d68d7d will build and publish Docker image on release