From 89503b0875fae9e9ce2e1b47f237ed0855486247 Mon Sep 17 00:00:00 2001 From: Artem Bulgakov Date: Tue, 23 Jun 2020 15:27:28 +0300 Subject: [PATCH] Add section about versioning --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index dbd0e28..28a62cc 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,12 @@ jobs: path: ${{ steps.buildozer.outputs.filename }} ``` +## Action versioning + +Currently it is recommended to use `v1` tag. This tag updates when new `v1.x.x` +version released. All `v1` versions will have backward compatibility. You will +get warning when `v2` will be released. + ## How to build packages locally Use official Buildozer's [Docker image](https://hub.docker.com/r/kivy/buildozer)