mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
2ffd2354eb
* Add documentation under docs/ directory * Add CI workflow for mkdocs configuration checking * Add documentation issue template * update pip-tools? * Update .gitignore files * Fix .gitignore rules * Improve release notes page * remove references to old repo
24 lines
620 B
Markdown
24 lines
620 B
Markdown
## 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
|
|
|
|
Create new release for the [InvenTree python library](https://github.com/inventree/inventree-python)
|
|
|
|
## App Release
|
|
|
|
Create new versioned release for the InvenTree mobile app.
|