Skip to content

Install guide instructs to checkout beta instead of release #1315

@christianhorn

Description

@christianhorn

https://docs.joinmastodon.org/admin/install/ has this:

git checkout $(git tag -l | grep -v 'rc[0-9]*$' | sort -V | tail -n 1)

That last part computes into v4.2.0-beta3 but it should be release. This might work:

git tag -l | grep -v 'rc[0-9]*$' | grep -v 'beta[0-9]*$'| sort -V | tail -n 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions