
# Use pydev3 machine
# Use virtual environment = .venv

# Run the following command to update docs: 
$ pdoc3 --html --output-dir docs netmiko --force

# Docs will be hosted via GitHub Pages in the master branch...
# README.md is entry point at https://ktbyers.github.io/netmiko/ which then links to...
# https://ktbyers.github.io/netmiko/docs/netmiko/index.html for full docs

# Make sure you have rolled the version in __init__.py and pyproject.toml

# Merge into master / checkout master (use PR in GitHub for this)

# uv build

# Run ./_release.sh

# Create a tag for the version
git tag -a v4.8.0 -m "Version 4.8.0 Release"
git push origin v4.8.0

# Make sure to run the performance tests for the new release and to update the graphs!

# Regenerate device types for PLATFORMS.md document
