Create RELEASE.md

This commit is contained in:
Oliver 2021-06-21 10:52:40 +10:00 committed by GitHub
parent 637033cf7d
commit 32385f709b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

23
RELEASE.md Normal file
View File

@ -0,0 +1,23 @@
## 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
### Documentation Release
Create new release for the [inventree documentation](https://github.com/inventree/inventree-docs)
### Python Library Release
Create new release for the [inventree python library](https://github.com/inventree/inventree-python)