mirror of
https://github.com/ArtemSBulgakov/buildozer-action.git
synced 2024-08-16 10:09:52 +02:00
Add section about versioning
This commit is contained in:
parent
22e6252194
commit
89503b0875
1 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue