Skip to content

Commit

Permalink
Update release template
Browse files Browse the repository at this point in the history
  • Loading branch information
Alef-Burzmali committed Sep 11, 2023
1 parent fca5933 commit 08d3d9d
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions .github/RELEASE-TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 08d3d9d

Please sign in to comment.