ci: test with release action

This commit is contained in:
2025-09-20 10:53:07 +02:00
parent 1abdab47b4
commit f658cc9baf
3 changed files with 3 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ jobs:
uses: akkuman/gitea-release-action@v1
with:
files: prometheus-exporter_*.zip
body_path: CHANGELOG.md
body: ${{ steps.tag.outputs.changelog }}
name: ${{ steps.tag.outputs.tag }}
tag_name: ${{ steps.tag.outputs.tag }}
md5sum: true

View File

@@ -2,8 +2,6 @@
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
## 1.0.1 (2025-09-20)
## 1.1.0 (2025-09-20)

View File

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