add releases.conf for all GitHub and nodedist packages

Declarative key=value config files that specify the release source
(github or nodedist), owner/repo, and optional tag_prefix for
monorepo packages. These replace the per-package releases.js logic
for the Go rewrite.
This commit is contained in:
AJ ONeal
2026-03-09 22:27:02 -06:00
parent 69a23f3592
commit 2c3b21a5ae
70 changed files with 209 additions and 0 deletions

3
arc/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = mholt
repo = archiver

View File

@@ -0,0 +1,3 @@
source = github
owner = wez
repo = atomicparsley

3
bat/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = sharkdp
repo = bat

3
bun/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = oven-sh
repo = bun

3
caddy/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = caddyserver
repo = caddy

3
cilium/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = cilium
repo = cilium-cli

3
cmake/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = Kitware
repo = CMake

3
comrak/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = kivikakk
repo = comrak

3
crabz/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = sstadick
repo = crabz

3
curlie/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = rs
repo = curlie

3
dashcore/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = dashpay
repo = dash

3
dashmsg/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = dashhive
repo = dashmsg

3
delta/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = dandavison
repo = delta

3
deno/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = denoland
repo = deno

View File

@@ -0,0 +1,3 @@
source = github
owner = dotenv-linter
repo = dotenv-linter

3
dotenv/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = therootcompany
repo = dotenv

3
fd/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = sharkdp
repo = fd

3
ffmpeg/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = eugeneware
repo = ffmpeg-static

3
ffuf/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = ffuf
repo = ffuf

3
fish/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = fish-shell
repo = fish-shell

3
fzf/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = junegunn
repo = fzf

3
gh/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = cli
repo = cli

3
git/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = git-for-windows
repo = git

3
gitdeploy/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = therootcompany
repo = gitdeploy

3
gitea/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = go-gitea
repo = gitea

3
goreleaser/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = goreleaser
repo = goreleaser

3
gprox/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = creedasaurus
repo = gprox

3
grype/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = anchore
repo = grype

3
hexyl/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = sharkdp
repo = hexyl

3
hugo/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = gohugoio
repo = hugo

3
jq/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = stedolan
repo = jq

3
k9s/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = derailed
repo = k9s

3
keypairs/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = therootcompany
repo = keypairs

3
kind/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = kubernetes-sigs
repo = kind

3
koji/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = cococonscious
repo = koji

3
kubectx/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = ahmetb
repo = kubectx

3
lf/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = gokcehan
repo = lf

3
lsd/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = lsd-rs
repo = lsd

4
monorel/releases.conf Normal file
View File

@@ -0,0 +1,4 @@
source = github
owner = therootcompany
repo = golib
tag_prefix = tools/monorel/

3
mutagen/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = mutagen-io
repo = mutagen

View File

@@ -0,0 +1,2 @@
source = nodedist
url = https://nodejs.org/download/release

View File

@@ -0,0 +1,2 @@
source = nodedist
url = https://unofficial-builds.nodejs.org/download/release

3
ollama/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = jmorganca
repo = ollama

3
ots/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = emdneto
repo = otsgo

3
pandoc/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = jgm
repo = pandoc

3
pg/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = bnnanet
repo = postgresql-releases

3
pwsh/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = powershell
repo = powershell

3
rclone/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = rclone
repo = rclone

3
ripgrep/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = BurntSushi
repo = ripgrep

3
runzip/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = therootcompany
repo = runzip

3
sass/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = sass
repo = dart-sass

3
sclient/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = therootcompany
repo = sclient

3
sd/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = chmln
repo = sd

3
serviceman/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = bnnanet
repo = serviceman

3
shellcheck/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = koalaman
repo = shellcheck

3
shfmt/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = mvdan
repo = sh

3
sqlc/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = sqlc-dev
repo = sqlc

3
sqlpkg/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = nalgeon
repo = sqlpkg-cli

3
sttr/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = abhimanyu003
repo = sttr

3
syncthing/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = syncthing
repo = syncthing

3
terramate/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = terramate-io
repo = terramate

3
tinygo/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = tinygo-org
repo = tinygo

3
trip/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = fujiapple852
repo = trippy

3
uuidv7/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = coolaj86
repo = uuidv7

3
watchexec/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = watchexec
repo = watchexec

3
xcaddy/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = caddyserver
repo = xcaddy

3
xsv/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = BurntSushi
repo = xsv

3
xz/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = therootcompany
repo = xz-static

3
yq/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = mikefarah
repo = yq

3
zoxide/releases.conf Normal file
View File

@@ -0,0 +1,3 @@
source = github
owner = ajeetdsouza
repo = zoxide