netbox-napalm-plugin
netbox-napalm-plugin copied to clipboard
Fix Plugin Version Management
Is your feature request related to a problem? Please describe. When a new release is cut, there is so many spots that the version needs to be updated that is consistently being missed.
Describe the solution you'd like
Options
- CI script to check all versions match?
- Consolidate where versions are defined?
- Workflow to auto bump version
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Spots where version needs to be updated:
- CHANGELOG.md
- netbox_napalm_plugin/init.py
- netbox_napalm_plugin/project-static/package.json
- setup.py
- setup.cfg
- README.md (compatibility matrix)