From 11deb3bb82637f6a07d1b92fac896c18d7275c28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Tue, 6 May 2025 23:03:24 +0300 Subject: [PATCH] feat: add nFPM config file to catalog https://nfpm.goreleaser.com/configuration/#json-schema --- src/api/json/catalog.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index 166d06ca6fa..c20337707b1 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -3778,6 +3778,12 @@ "fileMatch": ["*.nac.yml", "*.nac.yaml", "*.aac.yml", "*.aac.yaml"], "url": "https://raw.githubusercontent.com/netascode/schema/main/schema.json" }, + { + "name": "nFPM", + "description": "nFPM configuration file", + "fileMatch": ["nfpm.yaml"], + "url": "https://nfpm.goreleaser.com/static/schema.json" + }, { "name": "Nightwatch.js", "description": "nightwatch.js config",