Merge branch 'asonix/changes' into v4.3.0-branch

This commit is contained in:
asonix 2024-10-09 15:19:28 -05:00
commit 3033e0c0dd
73 changed files with 30190 additions and 34 deletions

View file

@ -13,7 +13,7 @@ module Mastodon
end
def patch
0
12
end
def default_prerelease
@ -25,7 +25,7 @@ module Mastodon
end
def build_metadata
ENV.fetch('MASTODON_VERSION_METADATA', nil)
ENV.fetch('MASTODON_VERSION_METADATA', 'asonix-changes')
end
def to_a
@ -50,11 +50,11 @@ module Mastodon
end
def repository
ENV.fetch('GITHUB_REPOSITORY', 'mastodon/mastodon')
ENV.fetch('GITHUB_REPOSITORY', 'asonix/mastodon')
end
def source_base_url
ENV.fetch('SOURCE_BASE_URL', "https://github.com/#{repository}")
ENV.fetch('SOURCE_BASE_URL', "https://git.asonix.dog/#{repository}")
end
# specify git tag or commit hash here