Script to fetch unrealircd releases (#4)

unrealircd: 6.0.3
elasticsearch: 8.2.0
laravel: 8.83.11, 9.11.0
This commit is contained in:
Nemo
2022-05-03 21:53:53 +05:30
committed by GitHub
parent 7dd09864e5
commit 8997487f42
7 changed files with 115 additions and 3 deletions

View File

@@ -76,7 +76,7 @@ def generate_commit_message
r = Rugged::Repository.new '.'
r.status() do |f, s|
p = Pathname.new(f).dirname
if p.to_s === 'releases/git'
if p.to_s === 'releases/git' || p.to_s === 'releases/custom'
ret = true
product = File.basename(f, '.json')
products << product