all repos

json2go @ 1a6070b

convert json to go type annotations
1 files changed, 5 insertions(+), 0 deletions(-)
chore: trigger goreleaser only on releases
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-11-27 19:41:36 +0200
Change ID: wkqvrsszwwvwwxnpkstrrlwopqvrywxp
Parent: b6b665e
M .github/workflows/goreleaser.yml

@@ -2,7 +2,12 @@ name: goreleaser

on: pull_request: + tags: + - "*" push: + tags: + - "*" + permissions: contents: write