diff --git a/.github/RELEASE-TEMPLATE.md b/.github/RELEASE-TEMPLATE.md index 104ccb1..bb9bd03 100644 --- a/.github/RELEASE-TEMPLATE.md +++ b/.github/RELEASE-TEMPLATE.md @@ -1,8 +1,22 @@ -## Update procedure -Use `pip install --upgrade netbox-data-flows` in your NetBox venv or run NetBox's `upgrade.sh`, and restart NetBox +## Beta XXXX +Description ## Compatibility -NetBox: >=3.5.0, <3.6.0 +NetBox: >=3.5.0 Python: 3.8 +## Update procedure +* Run NetBox's `upgrade.sh`, and restart NetBox + +or + +* Activate your NetBox virtual env: `source /opt/netbox/venv/bin/activate` +* Update the module code: `pip install --upgrade netbox-data-flows` +* Run the migrations: `/opt/netbox/netbox/manage.py migrate netbox_data_flows` +* Restart NetBox + ## Changes +* ... + + +**Full Changelog**: https://github.com/Alef-Burzmali/netbox-data-flows/compare/v0.X.X...v0.X.X \ No newline at end of file