1
0
mirror of https://github.com/mastodon/documentation synced 2025-04-11 22:56:17 +02:00
documentation/Running-Mastodon
Daggertooth d9e523ec15 Don't include RCs when checking out latest tag. (#369)
``git tag -l | sort -V | head -1`` will consider release candidates as the latest version, even if there's a stable release, due to how `sort -V` orders strings. Adding ``grep -v 'rc[0-9]*$'`` to filter out the release candidate tags fixes this.
2017-09-11 02:01:41 +02:00
..
2017-07-25 18:09:58 +02:00
2017-07-25 19:09:07 +02:00
2017-08-17 14:47:24 +02:00
2017-04-22 01:21:37 -06:00
2017-07-01 05:43:40 +02:00