From 08d3d9d2f8ecbee4ab5a56d21e48b76f3040f0d4 Mon Sep 17 00:00:00 2001 From: Alef Burzmali Date: Tue, 12 Sep 2023 00:07:35 +0200 Subject: [PATCH] Update release template --- .github/RELEASE-TEMPLATE.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) 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