mirror of
https://git.asonix.dog/ceralor/mastodon.git
synced 2025-10-13 05:44:48 +00:00
Merge branch 'asonix/changes' into v4.3.0-branch
This commit is contained in:
commit
3033e0c0dd
73 changed files with 30190 additions and 34 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue