hometown-fork / hometown

A supported fork of Mastodon that provides local posting and a wider range of content types.
GNU Affero General Public License v3.0
734 stars 56 forks source link

Incorrect upgrade instructions on latest release? #1345

Closed yaxu closed 4 months ago

yaxu commented 4 months ago

https://github.com/hometown-fork/hometown/releases/tag/v4.0.15%2Bhometown-1.1.1

I think this:

git remote update && git checkout v4.0.14+hometown-1.1.1

should be this:

git remote update && git checkout v4.0.15+hometown-1.1.1

Meaning people think they've upgraded when they haven't.

yaxu commented 4 months ago

Has someone just fixed this or am I losing my mind? :)

rscmbbng commented 4 months ago

These are instructions for upgrading from Hometown v4.0.14+1.1.1

It still says this, so I think someone changed it while you reported it..