Closes #17587: Add release_track attribute to PluginConfig

This commit is contained in:
Jeremy Stretch
2025-02-03 13:37:58 -05:00
parent 43841939a0
commit 75417c9cd5
5 changed files with 12 additions and 3 deletions

View File

@@ -103,6 +103,7 @@ NetBox looks for the `config` variable within a plugin's `__init__.py` to load i
| `name` | Raw plugin name; same as the plugin's source directory |
| `verbose_name` | Human-friendly name for the plugin |
| `version` | Current release ([semantic versioning](https://semver.org/) is encouraged) |
| `release_track` | An alternate release track (e.g. `dev` or `beta`) to which a release belongs |
| `description` | Brief description of the plugin's purpose |
| `author` | Name of plugin's author |
| `author_email` | Author's public email address |