Upgrade documentation: have git fetch new tags

fixes #19778
This commit is contained in:
dieck 2025-06-27 10:49:13 +02:00 committed by GitHub
parent 2a5d3abafb
commit 5efade4a81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -135,7 +135,7 @@ Check out the desired release by specifying its tag. For example:
```
cd /opt/netbox && \
sudo git fetch && \
sudo git fetch --tags && \
sudo git checkout v4.2.7
```