Skip to content

Commit

Permalink
Add SOURCE_TAG to show source repository's tag (mastodon#10698)
Browse files Browse the repository at this point in the history
  • Loading branch information
ushitora-anqou authored and Gargron committed May 4, 2019
1 parent 5c80040 commit ac2dd3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mastodon/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def source_base_url

# specify git tag or commit hash here
def source_tag
nil
ENV.fetch('SOURCE_TAG') { nil }
end

def source_url
Expand Down

0 comments on commit ac2dd3e

Please sign in to comment.