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
sqlpkg/releases.conf Normal file
View File

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