Skip to content

Commit

Permalink
keep original tag order in release task
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielburnworth committed Jul 3, 2024
1 parent bd9910c commit 3b7c32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/releases.rake
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ namespace :releases do
file = URI.parse(uri).open
raw_json = file.read
json = JSON.parse(raw_json, symbolize_names: true).pluck(:tag_name)
json.first(9).sort.reverse
json
end

def self.get_channel
Expand Down

0 comments on commit 3b7c32e

Please sign in to comment.