Add versioning infos to README
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6ff2312090
commit
9b141a5185
12
README.md
12
README.md
@ -213,3 +213,15 @@ cd /usr/bin/
|
|||||||
python
|
python
|
||||||
from backupbot import *
|
from backupbot import *
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Versioning
|
||||||
|
|
||||||
|
- App version: changes to `backup.py` (build a new image)
|
||||||
|
- Co-op Cloud package version: changes to recipe.
|
||||||
|
|
||||||
|
>For example, starting with 1.0.0+2.0.0:
|
||||||
|
> "patch" change to recipe: 1.0.1+2.0.0
|
||||||
|
> "patch" change to backup.py: increment both, so 1.1.0+2.0.1
|
||||||
|
> because bumping the image version would result in a minor recipe release
|
||||||
|
|
||||||
|
https://git.coopcloud.tech/coop-cloud/backup-bot-two/issues/4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user