From 32385f709b13978790315ebb36356d1cc825c16e Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 21 Jun 2021 10:52:40 +1000 Subject: [PATCH] Create RELEASE.md --- RELEASE.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 RELEASE.md diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 0000000000..90fb027a62 --- /dev/null +++ b/RELEASE.md @@ -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)