2021-06-21 00:52:40 +00:00
|
|
|
## Release Checklist
|
|
|
|
|
|
|
|
Checklist of steps to perform at each code release
|
|
|
|
|
|
|
|
### Update Version String
|
|
|
|
|
|
|
|
Update `INVENTREE_SW_VERSION` in [version.py](https://github.com/inventree/InvenTree/blob/master/InvenTree/InvenTree/version.py)
|
|
|
|
|
|
|
|
### Increment API Version
|
|
|
|
|
|
|
|
If the API has changed, ensure that the API version number is incremented.
|
|
|
|
|
|
|
|
### Translation Files
|
|
|
|
|
|
|
|
Merge the crowdin translation updates into master branch
|
|
|
|
|
|
|
|
### Python Library Release
|
|
|
|
|
2023-01-24 22:29:50 +00:00
|
|
|
Create new release for the [InvenTree python library](https://github.com/inventree/inventree-python)
|
2021-06-27 11:44:21 +00:00
|
|
|
|
|
|
|
## App Release
|
|
|
|
|
|
|
|
Create new versioned release for the InvenTree mobile app.
|