Skip to content

'git describe --tags $(git rev-list --tags --max-count=1)' may return beta version #19208

@dreng

Description

@dreng

Change Type

Correction

Area

Installation/upgrade

Proposed Changes

In 'https://github.com/netbox-community/netbox/blob/main/docs/installation/upgrading.md#option-b-check-out-a-git-release', the user is advised to use git describe --tags $(git rev-list --tags --max-count=1)

Currently, this returns 'v4.3.0-beta1', which is probably not what the user wants. This is particularly bad if a script/playbook is used for updates.

Metadata

Metadata

Assignees

Labels

status: acceptedThis issue has been accepted for implementationtype: documentationA change or addition to the documentation

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions