ci: setup releasing using actions #1

Merged
bjorn merged 17 commits from beta into main 2025-09-20 10:58:53 +02:00
Showing only changes of commit 8ab72fcdeb - Show all commits

View File

@@ -1,9 +1,11 @@
{
"name": "prometheus-exporter",
"version": "0.0.1",
"title": "Prometheus Exporter for Factorio",
"author": "Bjorn Pijnacker",
"factorio_version": "2.0",
"dependencies": ["base >= 2.0"],
"description": "Exports certain production and consumption metrics to Prometheus format, to be used by Prometheus/Grafana monitoring stack"
}
"name": "prometheus-exporter",
"version": "1.0.0",
"title": "Prometheus Exporter for Factorio",
"author": "Bjorn Pijnacker",
"factorio_version": "2.0",
"dependencies": [
"base >= 2.0"
],
"description": "Exports certain production and consumption metrics to Prometheus format, to be used by Prometheus/Grafana monitoring stack"
}