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 Jeremy Stretch
parent 2a5d3abafb
commit ea4c205a37

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
```